src/main/java/com/zy/asrs/task/handler/AgvWrkMastHandler.java
@@ -153,7 +153,7 @@ if (pltType != null) { agvWrkMast.setPltType(pltType); } log.info("工作号--{},仓库编码:{}", agvWrkMast.getWrkNo(), agvWrkMast.getPltType()); //log.info("工作号--{},仓库编码:{}", agvWrkMast.getWrkNo(), agvWrkMast.getPltType()); } agvWrkMast.setModiTime(new Date()); //修改工作档状态为207.库存更新完成 @@ -573,7 +573,7 @@ return SUCCESS; } catch (Exception e) { //TODO log.error("修改AGV入库通知档状态入出状态为Y,{}", e.getMessage()); //log.error("修改AGV入库通知档状态入出状态为Y,{}", e.getMessage()); } return FAIL; }