src/main/java/com/zy/asrs/task/WcsScheduler.java
@@ -27,7 +27,7 @@ /** * 定时任务读取出库任务派发给WCS */ @Scheduled(cron = "0/10 * * * * ? ") // @Scheduled(cron = "0/10 * * * * ? ") private void outboundTaskDispatch() { List<WrkMast> wrkMastList = wrkMastService.selectList(new EntityWrapper<WrkMast>().in("io_type", 11, 101, 103, 107, 110).eq("wrk_sts", 11)); for (WrkMast wrkMast : wrkMastList) {