소스 검색

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

James 11 달 전
부모
커밋
de409842b4
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      service-fire/service-fire-biz/src/main/java/com/usky/fire/service/impl/PatrolInspectionPlanSonServiceImpl.java

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