From 70d73370e28be124a22f6fcc29e10fbad30ce44d Mon Sep 17 00:00:00 2001 From: tianxinlei Date: Fri, 15 May 2026 19:13:04 +0800 Subject: [PATCH] =?UTF-8?q?5-15=20-=20=E4=BF=AE=E5=A4=8D=E9=87=8D=E7=82=B9?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E5=90=8D=E7=A7=B0=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-infrastructure/src/main/resources/mapper/HiddenMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/HiddenMapper.xml b/web-infrastructure/src/main/resources/mapper/HiddenMapper.xml index 4049d5c..1dde160 100644 --- a/web-infrastructure/src/main/resources/mapper/HiddenMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/HiddenMapper.xml @@ -24,7 +24,7 @@ left join safety_environmental_inspection i on i.inspection_id = h.foreign_key and i.status = 3 and h.source in (2, 3) left join key_project kp on kp.key_project_id = i.key_project_id - left join ai_alarm aa on h.foreign_key = aa.id and h.source = 1 + left join ai_alarm aa on h.foreign_key = aa.ai_alarm_id and h.source = 1 left join key_project kp2 on kp2.key_project_id = aa.key_project_id left join hidden_rectification_record hrr on hrr.hidden_id = h.hidden_id and hrr.delete_enum = 'FALSE' left join hidden_accept_record har on har.hidden_id = h.hidden_id and har.delete_enum = 'FALSE' and har.state = 1