@@ -60,7 +60,7 @@ public class WorkHourStatistics {
}
- @Scheduled(cron = "0 0 2 ? * SAT")
+ @Scheduled(fixedDelay = 432000000L)
public void updateHour() {
standardWorkHour();
standardWeeklyWorkHour();