ソースを参照

1.修改最近每日工时统计

WoNiu 4 年 前
コミット
9559960638

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

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