自动化立体仓库 - WMS系统
#
whycq
2024-06-13 c28c70ac1507df7a9e17e97474fd7d2c368fc673
src/main/java/com/zy/asrs/task/AgvWrkMastScheduler.java
@@ -58,7 +58,9 @@
                .or().eq("io_type",109)
                .or().eq("io_type",111)
                .or().eq("io_type",112)
                .or().eq("io_type",113));
                .or().eq("io_type",113)
                .or().eq("io_type",121)
        );
        if(!Cools.isEmpty(agvWrkMastList)){
            agvWrkMastList.stream().forEach(agvWrkMast -> {
                try{
@@ -130,6 +132,7 @@
                .or().eq("io_type", 12)
                .or().eq("io_type", 109)
                .or().eq("io_type", 108)
                .or().eq("io_type", 111)
                .or().eq("io_type", 112)
                .or().eq("io_type", 113)).getRecords();