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,7 @@ .or().eq("io_type", 1) .or().eq("io_type", 10) .or().eq("io_type", 57) .or().eq("io_type", 109) .or().eq("io_type", 108)).getRecords(); if(!Cools.isEmpty(agvWrkMastList)){