Merge #139 into master from cc_20260515_fix

feat:renewal

* cc_20260515_fix: (1 commits squashed)

  - feat:renewal

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/139
This commit is contained in:
正新
2026-05-15 09:45:13 +00:00
parent 605c6435f8
commit 451b95f909

View File

@@ -559,7 +559,7 @@ public class SignFranchiseServiceImpl implements SignFranchiseService, AuditResu
ShopSubStageStatusEnum next = SHOP_SUB_STAGE_STATUS_83_5;
//普通店 需要招商副总裁审批
if (shopInfoDO.getStoreType()!=null&&StoreTypeEnum.ORDINARY_STORE.equals(shopInfoDO.getStoreType())){
if (shopInfoDO.getStoreType()!=null&&StoreTypeEnum.ORDINARY_STORE.getCode().equals(shopInfoDO.getStoreType())){
next = SHOP_SUB_STAGE_STATUS_83_2;
}