Parcourir la source

'优化定时同步巡检系统漏检数据到巡检异常记录表接口,添加日志记录,将抛错信息全部添加到日志记录中2'

james il y a 8 mois
Parent
commit
7fe6475ef8

+ 1 - 3
service-fire/service-fire-biz/src/main/java/com/usky/fire/service/impl/PatrolInspectionPlanSonServiceImpl.java

@@ -544,14 +544,12 @@ public class PatrolInspectionPlanSonServiceImpl extends AbstractCrudService<Patr
 
                     patrolInspectionAbnormalService.save(patrolInspectionAbnormal);
 
-                    LOGGER.info("巡检漏检定时任务 end");
-
                 }
 
             }
         }
 
-
+        LOGGER.info("巡检漏检定时任务 end");
     }