自动化立体仓库 - WMS系统
pang.jiabao
7 天以前 8407e277e156a55fee38e7bb7b8930ec16a15f0e
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) {