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:
@@ -559,7 +559,7 @@ public class SignFranchiseServiceImpl implements SignFranchiseService, AuditResu
|
|||||||
|
|
||||||
ShopSubStageStatusEnum next = SHOP_SUB_STAGE_STATUS_83_5;
|
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;
|
next = SHOP_SUB_STAGE_STATUS_83_2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user