|
@@ -55,7 +55,7 @@ public class WorkHourStatisticsRecently {
|
|
|
|
|
|
@Scheduled(fixedDelay = 3600000L)
|
|
@Scheduled(fixedDelay = 3600000L)
|
|
public void updateHour() {
|
|
public void updateHour() {
|
|
-// dayLog();
|
|
|
|
|
|
+ dayLog();
|
|
standardWorkHour();
|
|
standardWorkHour();
|
|
standardWeeklyWorkHour();
|
|
standardWeeklyWorkHour();
|
|
standardMonthlyWorkHour();
|
|
standardMonthlyWorkHour();
|