From a2d8b6876d47577fa6d4ebe695a8556f5f81f666 Mon Sep 17 00:00:00 2001 From: mashili Date: Sat, 21 Jun 2025 09:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=9C=8B=E6=9D=BF-=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=A6=82=E8=A7=88-=E6=95=B0=E6=8D=AE=E7=AD=9B?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/ems/EmsAlarmRecordsMapper.xml | 12 ++++++ .../resources/mapper/ems/EmsPcsDataMapper.xml | 37 +++++++++++++++---- 2 files changed, 42 insertions(+), 7 deletions(-) diff --git a/ems-system/src/main/resources/mapper/ems/EmsAlarmRecordsMapper.xml b/ems-system/src/main/resources/mapper/ems/EmsAlarmRecordsMapper.xml index c7b8522..2c92e25 100644 --- a/ems-system/src/main/resources/mapper/ems/EmsAlarmRecordsMapper.xml +++ b/ems-system/src/main/resources/mapper/ems/EmsAlarmRecordsMapper.xml @@ -120,4 +120,16 @@ from ems_alarm_records where site_id = #{siteId} + + + + \ No newline at end of file diff --git a/ems-system/src/main/resources/mapper/ems/EmsPcsDataMapper.xml b/ems-system/src/main/resources/mapper/ems/EmsPcsDataMapper.xml index aff5485..a6e6c1c 100644 --- a/ems-system/src/main/resources/mapper/ems/EmsPcsDataMapper.xml +++ b/ems-system/src/main/resources/mapper/ems/EmsPcsDataMapper.xml @@ -223,12 +223,35 @@ + + \ No newline at end of file