yuejiaying 4 лет назад
Родитель
Сommit
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}