diff --git a/src/main/java/com/zhgd/xmgl/modules/baotou/mapper/xml/ConstructionPlanLedgerMapper.xml b/src/main/java/com/zhgd/xmgl/modules/baotou/mapper/xml/ConstructionPlanLedgerMapper.xml index b9d25dd86..0a313ef6c 100644 --- a/src/main/java/com/zhgd/xmgl/modules/baotou/mapper/xml/ConstructionPlanLedgerMapper.xml +++ b/src/main/java/com/zhgd/xmgl/modules/baotou/mapper/xml/ConstructionPlanLedgerMapper.xml @@ -34,7 +34,7 @@ LEFT JOIN department_info c ON wi.department_id = c.id LEFT JOIN worker_type wt ON b.worker_type_id = wt.id )t - where t.is_view = 1 + )t ${ew.customSqlSegment}