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}