Merge #42 into master from cc_20260123_operations_consultant

feat:加盟合同阶段未完成 不支持调整运营顾问

* cc_20260123_operations_consultant: (3 commits squashed)

  - feat:门店转让运营顾问

  - Merge branch 'master' into cc_20260123_operations_consultant

  - feat:加盟合同阶段未完成 不支持调整运营顾问

Signed-off-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com>
Merged-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com>

CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/42
This commit is contained in:
正新
2026-02-06 07:45:10 +00:00
parent d9d7431b50
commit ef2e5ce17f
4 changed files with 33 additions and 1 deletions

View File

@@ -324,6 +324,7 @@ public enum ErrorCodeEnum {
JOIN_MODE_NOT_ALLOW_OPERATE(1610012,"加盟部人员只能新建加盟店或联营店,请确认!",null),
STORE_NOT_FIND(1610013,"门店不存在",null),
SHOP_NAME_INVALID(1610014, "门店名称包含禁止关键词",null),
CONTRACT_STAGE_NO_COMPLETE(1610015, "合同签约阶段未完成,无法分配运营顾问!",null),
//装修
TEAM_USED(1612001,"该装修团队有门店使用,无法删除,请确认!",null),
CURRENT_BRAND_SORT_NUMBER_EXIST(16100007,"当前品牌已存在该排序数字!",null),