zhouzh 3 年之前
父節點
當前提交
bde65cd226

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

@@ -35,7 +35,7 @@ public class WmspInventoryCloseServiceImpl implements IWmspInventoryCloseService
     }
     }
 
 
     @Override
     @Override
-    @Scheduled(cron =  "1 45 23 * * ? ")
+    @Scheduled(cron =  "5 45 23 25 * ? ")
     @Async("threadPoolTaskExecutor")
     @Async("threadPoolTaskExecutor")
     public int addInventoryClose() {
     public int addInventoryClose() {
         int i = 0;
         int i = 0;

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

@@ -163,7 +163,7 @@ public class WmspSendReceiveServiceImpl implements IWmspSendReceiveService {
  */
  */
     //零点生成前一天的入库、出库、库存
     //零点生成前一天的入库、出库、库存
     @Override
     @Override
-    @Scheduled(cron =  "5 45 23 25 * ? ")
+    @Scheduled(cron =  "1 45 23 * * ? ")
     @Async("threadPoolTaskExecutor")
     @Async("threadPoolTaskExecutor")
     public int addSendReceive(){
     public int addSendReceive(){
         int i = 0;
         int i = 0;