src/main/java/com/zy/asrs/task/OrderSyncScheduler.java
@@ -50,7 +50,7 @@ } // @Scheduled(cron = "0/5 * * * * ? ") // @Async("orderThreadPool") @Async("orderThreadPool") public void completeAndReport(){ String erpReport = Parameter.get().getErpReport(); if (!Cools.isEmpty(erpReport) && erpReport.equals("true")) { @@ -92,7 +92,7 @@ } @Scheduled(cron = "0/5 * * * * ? ") private void executeV1(){ public void executeV1(){ List<WrkMast> wrkMasts = wrkMastService.selectToBeHistoryDataV1(); if (Cools.isEmpty(wrkMasts) || wrkMasts.size()==0) { return;