标签组删除逻辑修改

This commit is contained in:
feng.li
2023-08-10 15:40:28 +08:00
parent 787894b919
commit a853bfb149
5 changed files with 36 additions and 16 deletions

View File

@@ -86,7 +86,9 @@ public enum ErrorCodeEnum {
INSPECTION_INFO_NOT_EXIST(600005, "稽核信息不存在!", null),
OPEN_AREA_NULL(600006,"归属地区不能为空",null),
OUTBOUND_NUMBER_EXIST(110001, "手机号已存在!", null);
OUTBOUND_NUMBER_EXIST(110001, "手机号已存在!", null),
LABEL_GROUP_IN_USE(120001, "请勿删除仍在使用的标签组!", null);
;