whycxzp
2025-03-04 ae53f264d6986662732e6cb6d71b22526a6edc68
stationId作为查询条件
1个文件已修改
4 ■■■■ 已修改文件
src/main/resources/mapper/DevAlarmDataVerifyMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | 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}