zhulu преди 1 година
родител
ревизия
8b97c4b020
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      soc-modules/soc-modules-iot/src/main/resources/mapper/IotAlarmDataMapper.xml

+ 1 - 1
soc-modules/soc-modules-iot/src/main/resources/mapper/IotAlarmDataMapper.xml

@@ -20,7 +20,7 @@
         <if test="param.orgPath != null and param.orgPath != ''">
             and b.path like concat(#{param.orgPath},'%')
         </if>
-        <if test="param.dataType != null and param.dataType != ''">
+        <if test="param.dataType != null">
             and a.data_type = #{param.dataType}
         </if>
         <if test="param.deviceType != null and param.deviceType != ''">