#
vincentlu
2025-01-21 a079fff1e7bae25a5e29f73709b8e9972216f7ef
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