zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/MainService.java
@@ -1081,6 +1081,7 @@ for (Action action : actionList) { action.setActionSts(ActionStsType.ISSUED.val()); action.setStartTime(now); action.setIoTime(now); action.setUpdateTime(now); if (!actionService.updateById(action)) { throw new BusinessException(action.getPriority() + " - " + action.getName() + "动作更新失败"); @@ -1355,7 +1356,7 @@ } // segment call back trafficService.callback(segmentList); segmentService.processNext(segmentList); log.info("Agv [{}] {}作业完毕 ==========>> ", protocol.getAgvNo(), serialNo);