zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/MainService.java
@@ -1050,9 +1050,9 @@ action.setStartTime(now); action.setIoTime(now); action.setUpdateTime(now); if (!actionService.updateById(action)) { throw new BusinessException(action.getPriority() + " - " + action.getName() + "动作更新失败"); } } if (!actionService.updateBatchById(actionList)) { throw new BusinessException("failed to update action batch !!!"); } // task