|
@@ -41,7 +41,7 @@ public class WorkHourStatistics {
|
|
|
/**
|
|
|
* 每2天执行一次所有工时数据的标准化、上传操作。
|
|
|
*/
|
|
|
- @Scheduled(fixedDelay = 8640000000L)
|
|
|
+ @Scheduled(fixedDelay = 86400000L)
|
|
|
public void updateHour(){
|
|
|
//每日工时标准化
|
|
|
standardWorkHour();
|
|
@@ -52,7 +52,7 @@ public class WorkHourStatistics {
|
|
|
/**
|
|
|
* 更新数据到氚云
|
|
|
*/
|
|
|
- @Scheduled(fixedDelay = 432000000L)
|
|
|
+ @Scheduled(fixedDelay = 86400000L)
|
|
|
public void updateWorkHour(){
|
|
|
logService.updateAllChuanyunSelfWorkHour();
|
|
|
logService.updateAllChuanyunWeekMemberHour();
|