feat:修改运营顾问

This commit is contained in:
suzhuhong
2026-02-06 16:11:30 +08:00
parent 9f747f8185
commit ab2b12af38

View File

@@ -501,7 +501,7 @@ public class ShopServiceImpl implements ShopService {
log.info("updateOperationsConsultant shopId:{},operationsConsultant:{}",shopId,operationsConsultant);
ShopStageInfoDO shopSubStageInfo = shopStageInfoDAO.getShopSubStageInfo(shopId, SHOP_STAGE_15);
//分配运营顾问之后 可以修改 也就是阶段是建店开始之后就可以修改
if (!ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_00.getShopSubStageStatus().equals(shopSubStageInfo.getShopSubStageStatus())){
if (ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_00.getShopSubStageStatus().equals(shopSubStageInfo.getShopSubStageStatus())){
throw new ServiceException(CONTRACT_STAGE_NO_COMPLETE);
}
ShopInfoDO shopInfo = shopInfoDAO.getShopInfo(shopId);