自动化立体仓库 - WMS系统
#
whycq
2024-05-14 d9d5c6dd59f2f844a11f70f0bbec4b88a4228351
src/main/java/com/zy/asrs/task/AgvWrkMastScheduler.java
@@ -52,7 +52,8 @@
                .or().eq("io_type",57)
                .or().eq("io_type",10)
                .or().eq("io_type",11)
                .or().eq("io_type",108));
                .or().eq("io_type",108)
                .or().eq("io_type",109));
        if(!Cools.isEmpty(agvWrkMastList)){
            agvWrkMastList.stream().forEach(agvWrkMast -> {
                agvWrkMastHandler.completedPutWayWrk(agvWrkMast);
@@ -106,6 +107,9 @@
                .or().eq("io_type", 1)
                .or().eq("io_type", 10)
                .or().eq("io_type", 57)
                .or().eq("io_type", 11)
                .or().eq("io_type", 12)
                .or().eq("io_type", 109)
                .or().eq("io_type", 108)).getRecords();
        if(!Cools.isEmpty(agvWrkMastList)){