Commit 1892887c authored by chenzhao's avatar chenzhao

修改代码

parent 1bc0e4b3
......@@ -63,10 +63,10 @@ public class SafetyProblemTracingGenServiceImpl{
@Scheduled(cron = "0 0 1 * * ?")
@SchedulerLock(name = "executeSafetyProblemCheck", lockAtMostFor = "PT5H", lockAtLeastFor = "PT10M")
public void executeSafetyProblemCheck() {
//executeMaintenanceCheck();
//executeInspectionCheck();
executeMaintenanceCheck();
executeInspectionCheck();
executePersonnalCertificationCheck();
//executeEnterpriseQualificationCheck();
executeEnterpriseQualificationCheck();
}
private void executePersonnalCertificationCheck() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment