fix: 锁定日计划后创建调度领取

This commit is contained in:
zhouz
2026-08-14 15:03:07 +08:00
parent c57023facb
commit b938547e75
5 changed files with 54 additions and 3 deletions

View File

@@ -66,4 +66,5 @@ public interface ErrorCodeConstants {
ErrorCode DAILY_PLAN_CLAIM_INVALID = new ErrorCode(41, "日计划领取标识无效、已结束或已过期");
ErrorCode DAILY_PLAN_CLAIM_MISMATCH = new ErrorCode(42, "日计划领取信息与进度确认不一致");
ErrorCode DAILY_PLAN_CLAIM_PROGRESS_CONFLICT = new ErrorCode(43, "日计划作业进度已变化,该领取无法确认");
ErrorCode DAILY_PLAN_CLAIM_CANDIDATE_CHANGED = new ErrorCode(44, "日计划候选状态已变化,请重新获取");
}