From bae185d2ff22c2537adc298cac905c9f5394d3c5 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期六, 21 六月 2025 09:04:27 +0800 Subject: [PATCH] 预警分析添加设备实时告警 --- src/main/resources/mapper/BattalarmDataMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/BattalarmDataMapper.xml b/src/main/resources/mapper/BattalarmDataMapper.xml index 978e038..747af32 100644 --- a/src/main/resources/mapper/BattalarmDataMapper.xml +++ b/src/main/resources/mapper/BattalarmDataMapper.xml @@ -93,6 +93,9 @@ <if test="country!=null"> and tb_station_inf.country=#{country} </if> + <if test="almLevel!=null"> + and tb_battalarm_data.alm_level=#{almLevel} + </if> <if test="stationId!=null"> and tb_station_inf.station_id=#{stationId} </if> -- Gitblit v1.9.1