|
@@ -62,13 +62,13 @@ public class WorkHourStatistics {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @Scheduled(fixedDelay = 432000000L)
|
|
|
+// @Scheduled(fixedDelay = 432000000L)
|
|
|
public void updateHour() {
|
|
|
-// standardWorkHour();
|
|
|
-// standardWeeklyWorkHour();
|
|
|
+ standardWorkHour();
|
|
|
+ standardWeeklyWorkHour();
|
|
|
standardMonthlyWorkHour();
|
|
|
-// projectMemberHour();
|
|
|
-// quitStandradHour();
|
|
|
+ projectMemberHour();
|
|
|
+ quitStandradHour();
|
|
|
}
|
|
|
|
|
|
/**
|