Przeglądaj źródła

1.修改工时统计

WoNiu 4 lat temu
rodzic
commit
72ec008efe

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