From 914ae9fb427c485bd60ca4da96a43a553b6cb1f2 Mon Sep 17 00:00:00 2001 From: GUO <1923636941@qq.com> Date: Thu, 16 May 2024 22:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E7=81=AB=E4=BA=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/xml/XzSpecialOperationFireSafetyMapper.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/main/java/com/zhgd/xmgl/modules/xz/special/mapper/xml/XzSpecialOperationFireSafetyMapper.xml b/src/main/java/com/zhgd/xmgl/modules/xz/special/mapper/xml/XzSpecialOperationFireSafetyMapper.xml index cc7a7732c..67598266c 100644 --- a/src/main/java/com/zhgd/xmgl/modules/xz/special/mapper/xml/XzSpecialOperationFireSafetyMapper.xml +++ b/src/main/java/com/zhgd/xmgl/modules/xz/special/mapper/xml/XzSpecialOperationFireSafetyMapper.xml @@ -5,11 +5,6 @@ t.*, ei1.enterprise_name as jobApplicationUnitName, ei2.enterprise_name as operatingUnitName, - su.real_name as assignmentPersonInChargeName, - wi1.worker_name as firemanName, - wi2.worker_name as safetyInformantName, - wi3.worker_name as acceptTheInformantName, - wi4.worker_name as guardianName, IFNULL(tp.hidden_danger_num, 0) hidden_danger_num, (case when t.final_acceptance_status = 2 then 4 @@ -30,11 +25,6 @@ from xz_special_operation_fire_safety t left join enterprise_info ei1 on t.job_application_unit = ei1.id left join enterprise_info ei2 on t.operating_unit = ei2.id - left join system_user su on su.user_id=t.assignment_person_in_charge - left join worker_info wi1 on t.fireman = wi1.id - left join worker_info wi2 on t.safety_informant = wi2.id - left join worker_info wi3 on t.accept_the_informant = wi3.id - left join worker_info wi4 on t.guardian = wi4.id LEFT JOIN (SELECT engineering_id, COUNT(1) hidden_danger_num from xz_security_quality_inspection_record WHERE 1 = 1