From 75632cd92ba98610c1804c26dab380c9fb94f312 Mon Sep 17 00:00:00 2001 From: guoshengxiong <1923636941@qq.com> Date: Thu, 18 Dec 2025 18:32:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=BD=E5=B7=A5=E6=96=B9=E6=A1=88=E5=8F=B0?= =?UTF-8?q?=E8=B4=A6=E5=8E=BB=E6=8E=89=E9=A1=B9=E7=9B=AE=E5=AD=90=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/baotou/mapper/xml/ConstructionPlanLedgerMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}