From 9087e2d287bf7f5ba77b9450fc4b2eafa79f2ed7 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Thu, 25 Sep 2025 09:41:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E7=A8=8B=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../target/classes/mapper/ProDataMapper.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/securityControl-modules/securityControl-proteam/target/classes/mapper/ProDataMapper.xml b/securityControl-modules/securityControl-proteam/target/classes/mapper/ProDataMapper.xml index ab1d2d9..3f726f6 100644 --- a/securityControl-modules/securityControl-proteam/target/classes/mapper/ProDataMapper.xml +++ b/securityControl-modules/securityControl-proteam/target/classes/mapper/ProDataMapper.xml @@ -468,13 +468,13 @@ from jj_dept_gc_project jdp INNER JOIN jj_unit ju on ju.unit_code=jdp.affiliation_code and ju.delete_flag=0 where jdp.department_type='2' -- 监理单位 - and jdp.bidding_section_code=#{bidCode} + and jdp.single_project_code=#{bidCode} union ALL select ju.unit_name,jdp.department_type from jj_dept_gc_project jdp INNER JOIN jj_unit ju on ju.unit_code=jdp.affiliation_code and ju.delete_flag=0 where jdp.department_type='0' -- 施工单位 - and jdp.bidding_section_code=#{bidCode} + and jdp.single_project_code=#{bidCode}