src/main/java/com/zy/asrs/task/AgvWrkMastScheduler.java
@@ -59,6 +59,7 @@ .or().eq("io_type",111) .or().eq("io_type",112) .or().eq("io_type",113) .or().eq("io_type",114) .or().eq("io_type",121) ); if(!Cools.isEmpty(agvWrkMastList)){ @@ -141,7 +142,7 @@ try{ agvWrkMastHandler.startPutWayWrk(agvWrkMast); } catch (Exception e){ log.error("工作号"+agvWrkMast.getWrkNo()+"定时处理AGV工作档中工作状态为206,处理失败:===》异常原因:"+e.getMessage()); log.error("工作号"+agvWrkMast.getWrkNo()+"定时处理AGV工作档中工作状态为201,处理失败:===》异常原因:"+e.getMessage()); } }); }