Browse Source

app场景列表展示水位

yuejiaying 4 years ago
parent
commit
745937e07a
1 changed files with 1 additions and 1 deletions
  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}