From 5754bec261d9ad474f237049a729dac92cbcbabb Mon Sep 17 00:00:00 2001 From: guoshengxiong <1923636941@qq.com> Date: Tue, 21 Oct 2025 15:10:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=84=E4=B8=93=E4=B8=9A=E9=9A=90=E6=82=A3?= =?UTF-8?q?=E5=B0=8F=E7=B1=BB=E9=A3=8E=E9=99=A9=E8=B5=B0=E5=8A=BF=E5=9B=BE?= =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/xml/XzSecurityQualityInspectionRecordMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/zhgd/xmgl/modules/xz/security/mapper/xml/XzSecurityQualityInspectionRecordMapper.xml b/src/main/java/com/zhgd/xmgl/modules/xz/security/mapper/xml/XzSecurityQualityInspectionRecordMapper.xml index f561d937f..6b82c364c 100644 --- a/src/main/java/com/zhgd/xmgl/modules/xz/security/mapper/xml/XzSecurityQualityInspectionRecordMapper.xml +++ b/src/main/java/com/zhgd/xmgl/modules/xz/security/mapper/xml/XzSecurityQualityInspectionRecordMapper.xml @@ -1162,7 +1162,7 @@ ,count(*) as y_val from xz_security_quality_inspection_record r join xz_security_danger_type_record t on t.id=r.danger_type_id - join xz_security_danger_type_record t2 on t.id=r.danger_type_id + join xz_security_danger_type_record t2 on t2.id=r.danger_second_type_id where r.project_sn = #{projectSn} and t2.level = 2 and r.status != 6