浏览代码

1.修改工时统计

WoNiu 5 年之前
父节点
当前提交
72ec008efe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/galaxis/manatee/task/WorkHourStatistics.java

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

@@ -60,7 +60,7 @@ public class WorkHourStatistics {
     /**
      * 人力成本
      */
-//    @Scheduled(fixedDelay = 3600000L)
+    @Scheduled(fixedDelay = 3600000L)
     private void standardWorkHour() {
         var flag = true;
         var pageSize = 20;