自动化立体仓库 - WMS系统
Administrator
6 天以前 f910377a07c3ab8e428f094b4bb4d2b03ea1d1a8
src/main/java/com/zy/asrs/task/GhjtScheduler.java
@@ -61,8 +61,8 @@
    }
    // 下发出库任务给GWCS(从出库码头到出库口)
    @Scheduled(cron = "0/2 * * * * ? ")
    public void ckrwPushGwcs() {
    @Scheduled(cron = "0/3 * * * * ? ")
    public synchronized void ckrwPushGwcs() {
        // 查询状态为13的工作档
        List<WrkMast> wrkMasts = wrkMastMapper.selectList(new EntityWrapper<WrkMast>().in("io_type", 101,103,107,110,3,12,109).eq("wrk_sts", 13));
        for (WrkMast wrkMast : wrkMasts) {