Преглед на файлове

1.修改风机异常信息查询接口(sql添加异常数大于处理异常数判断)

chenhongyan1989 преди 11 месеца
родител
ревизия
beef9d69a4
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      energy-manage-service/src/main/resources/mybatis/windexceptioncount/WindExceptionCountMapper.xml

+ 1 - 0
energy-manage-service/src/main/resources/mybatis/windexceptioncount/WindExceptionCountMapper.xml

@@ -178,6 +178,7 @@
         left join analysis_type type
         on count.analysis_type_code = type.type_code
         where count.is_delete = 0
+        and count.err_count > count.handle_err_count
         and  count.batch_code = #{batchCode}
         and  count.engine_code = #{engineCode}