feat:修改运营顾问
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user