From f8479e6f138343b091b3ceeb7b232e75b3247946 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期四, 27 六月 2024 16:41:31 +0800 Subject: [PATCH] 蓄电池组后评估测试版 --- src/main/resources/mapper/BattAlarmMapper.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/BattAlarmMapper.xml b/src/main/resources/mapper/BattAlarmMapper.xml index d13d281..404d5fd 100644 --- a/src/main/resources/mapper/BattAlarmMapper.xml +++ b/src/main/resources/mapper/BattAlarmMapper.xml @@ -22,4 +22,13 @@ order by batt_alarm.alm_start_time asc </where> </select> + <select id="getAlm2" resultType="com.whyc.pojo.BattAlarm"> + SELECT distinct * + from db_alarm.tb_battalarm_data + <where> + BattGroupId=#{battGroupId} + and alm_signal_id in(13) + and alm_severity=1 + </where> + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.1