瀏覽代碼

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

WoNiu 4 年之前
父節點
當前提交
9559960638
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/galaxis/manatee/task/WorkHourStatisticsRecently.java

+ 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();