Browse Source

修改了更新频率

verguenza 4 years ago
parent
commit
258f51a979

+ 1 - 1
src/main/java/com/galaxis/manatee/task/WorkHourStatisticsRecently.java

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