@@ -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);