公共处理

This commit is contained in:
zhangchenbiao
2024-03-20 16:20:55 +08:00
parent a77abf1279
commit fa223af3f0
5 changed files with 31 additions and 20 deletions

View File

@@ -58,7 +58,7 @@ public enum ErrorCodeEnum {
LINE_ID_IS_NOT_EXIST(500001, "线索信息不存在!", null),
WORK_FLOW_STAGE_PASS_ERROR(500002, "通过错误,非对应阶段!", null),
WORK_FLOW_STAGE_PASS_ERROR(500002, "审核失败,非对应阶段!", null),
PARTNER_USER_NOT_EXIST(500003, "加盟商用户信息不存在!", null),
ZONE_NOT_EXIST(500004, "战区不存在!", null),
PARTNER_BASEINFO_NOT_EXIST(500005, "基本信息不存在!", null),