liyg 2 anos atrás
pai
commit
5d58959867

+ 1 - 1
src/main/java/com/steerinfo/dil/service/impl/TmstruckLeaveFactoryResultServiceImpl.java

@@ -679,7 +679,7 @@ public class TmstruckLeaveFactoryResultServiceImpl implements ITmstruckLeaveFact
     /**
      * 自动补扫出厂
      */
-    @Scheduled(fixedRate = 1000*60)
+    @Scheduled(fixedRate = 1000*60*60*3)
     public void autoLeaveFactory(){
         Date date=new Date();
         Calendar calendar=Calendar.getInstance();