From 22415df926ea9d555d172892ff7712e6cdb08bf5 Mon Sep 17 00:00:00 2001 From: zq Date: Fri, 26 Dec 2025 10:58:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=9C=AA=E5=A4=84=E7=90=86?= =?UTF-8?q?=E7=9A=84=E6=95=85=E9=9A=9C=E5=91=8A=E8=AD=A6=EF=BC=8C=E7=AB=99?= =?UTF-8?q?=E7=82=B9=E9=A6=96=E9=A1=B5=E4=B8=8D=E6=98=BE=E7=A4=BA=E2=80=9C?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=91=8A=E8=AD=A6=E2=80=9D=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ems/EmsAlarmRecordsMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ems-system/src/main/resources/mapper/ems/EmsAlarmRecordsMapper.xml b/ems-system/src/main/resources/mapper/ems/EmsAlarmRecordsMapper.xml index f1913fc..dfaf614 100644 --- a/ems-system/src/main/resources/mapper/ems/EmsAlarmRecordsMapper.xml +++ b/ems-system/src/main/resources/mapper/ems/EmsAlarmRecordsMapper.xml @@ -127,6 +127,7 @@ t.id from ems_alarm_records t INNER JOIN ems_devices_setting t2 on t.site_id = t2.site_id and t.device_id = t2.device_id where t.site_id = #{siteId} + and t.status != 1