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