浏览代码

app场景列表展示水位

yuejiaying 4 年之前
父节点
当前提交
745937e07a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sms_water/src/main/resources/mapper/OnlineMonitorMapper.xml

+ 1 - 1
sms_water/src/main/resources/mapper/OnlineMonitorMapper.xml

@@ -368,7 +368,7 @@
             and t5.parm_type in(2,3,4,5,6,7,8,9,10,11,12,13,14)
         </if>
         <if test="type == 5 ">
-            and t5.parm_type in(3,4,13,14)
+            and t5.parm_type in(3,4,12,13,14)
         </if>
         <if test="sceneTypeName != null and sceneTypeName != '' ">
             and t3.scene_type_name = #{sceneTypeName}