|
@@ -28,7 +28,7 @@ public class WorkHourStatisticsRecently {
|
|
this.logStandardService = logStandardService;
|
|
this.logStandardService = logStandardService;
|
|
}
|
|
}
|
|
|
|
|
|
- @Scheduled(fixedDelay = 3600000L)
|
|
|
|
|
|
+// @Scheduled(fixedDelay = 3600000L)
|
|
public void updateHour() {
|
|
public void updateHour() {
|
|
dayLog();
|
|
dayLog();
|
|
standardWorkHour();
|
|
standardWorkHour();
|