Forráskód Böngészése

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

chenhongyan1989 11 hónapja
szülő
commit
beef9d69a4

+ 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}