Browse Source

Merge branch 'usky-zyj' of uskycloud/usky-modules into server-165

James 9 months ago
parent
commit
de409842b4

+ 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");
     }