src/main/resources/mapper/DevAlarmDataVerifyMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/DevAlarmDataVerifyMapper.xml
@@ -42,8 +42,8 @@ and stationname1=#{stationName1} </if> <if test="stationName!=''"> and stationname=#{stationName} <if test="stationId!=''"> and stationId=#{stationId} </if> <if test="almLevel!=0 and almLevel!=null"> and alm_level=#{almLevel}