|
@@ -52,7 +52,7 @@ public class WorkHourStatistics {
|
|
|
/**
|
|
|
* 更新数据到
|
|
|
*/
|
|
|
- @Scheduled(fixedDelay = 172800000L)
|
|
|
+ @Scheduled(fixedDelay = 864000000L)
|
|
|
public void updateWorkHour(){
|
|
|
logService.updateAllChuanyunSelfWorkHour();
|
|
|
logService.updateAllChuanyunWeekMemberHour();
|