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