Parcourir la source

取消定时更新工作时间任务

tomatozq il y a 3 ans
Parent
commit
f58d6f1c43

+ 1 - 1
web/src/main/java/com/jpsoft/shinestar/scheduled/UpdateWorkMinuteTask.java

@@ -22,7 +22,7 @@ public class UpdateWorkMinuteTask {
     @Autowired
     private WorkScheduleAttendanceService workScheduleAttendanceService;
 
-    @Scheduled(cron = "0 0/5 * * * ?")
+//    @Scheduled(cron = "0 0/5 * * * ?")
     public void run() {
         List<WorkScheduleAttendance> list = workScheduleAttendanceService.findEmptyWorkMinuteList(100);