|
|
@@ -733,7 +733,7 @@ public class WbsTreeContractServiceImpl extends BaseServiceImpl<WbsTreeContractM
|
|
|
}
|
|
|
|
|
|
return jdbcTemplate.query(
|
|
|
- "select * from m_wbs_tree_contract where p_id = ? and is_deleted = 0 and type = 2 and table_owner in (?,?,?) order by sort",
|
|
|
+ "select * from m_wbs_tree_contract where p_id = ? and is_deleted = 0 and status!=0 and type = 2 and table_owner in (?,?,?) order by sort",
|
|
|
new BeanPropertyRowMapper<>(WbsTreeContract.class),
|
|
|
params);
|
|
|
}
|