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

Merge branch 'energy-manage-chy2'

chenhongyan1989 11 hónapja
szülő
commit
95580b1632

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