src/main/java/com/zy/asrs/task/OrderSyncScheduler.java
@@ -256,9 +256,9 @@ } } // 出库单上报 @Scheduled(cron = "0/30 * * * * ? ") @Async("orderThreadPool") // 装配单自动出库 @Scheduled(cron = "0/3 * * * * ? ") // @Async("orderThreadPool") void AutoOutOrderPinOut() throws InterruptedException { String erpReport = Parameter.get().getErpReport(); if (!Cools.isEmpty(erpReport) && erpReport.equals("true")) { @@ -318,7 +318,7 @@ if (boo){ continue; } R pakout = outController.pakout(locDtos); R pakout = orderPakoutService.pakout(locDtos); break; }