自动化立体仓库 - WMS系统
pang.jiabao
2026-04-16 24a88996fd4a74fdbaeb53c53c08555a677e100e
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) {