src/main/java/com/zy/asrs/task/AgvWrkMastScheduler.java
@@ -79,6 +79,7 @@ } } /* 定时处理AGV工作档中工作状态为206.出库完成 且 (101.出库 || 110.空板出库) */ @@ -162,7 +163,8 @@ .or().eq("io_type", 103) .or().eq("io_type", 11) .or().eq("io_type", 110) .or().eq("io_type", 107)).getRecords(); .or().eq("io_type", 107) .or().eq("io_type", 108)).getRecords(); if(!Cools.isEmpty(agvWrkMastList)){ List<String> devNos = new ArrayList<>();