feat:装修阶段处理

This commit is contained in:
suzhuhong
2026-05-09 15:46:51 +08:00
parent 764247ab1d
commit e813a56927

View File

@@ -378,7 +378,7 @@ public class DecorationServiceImpl implements DecorationService {
ShopInfoDO shopInfoDO = shopInfoDAO.getShopInfo(request.getShopId()); ShopInfoDO shopInfoDO = shopInfoDAO.getShopInfo(request.getShopId());
ShopStageInfoDO shopSubStageInfo = shopStageInfoDAO.getShopSubStageInfo(shopInfoDO.getId(), ShopSubStageEnum.SHOP_STAGE_12); ShopStageInfoDO shopSubStageInfo = shopStageInfoDAO.getShopSubStageInfo(shopInfoDO.getId(), ShopSubStageEnum.SHOP_STAGE_12);
//如果不是待加盟商验收 说明立规已经验收 只需要保存数据 不需要将阶段变为立规验收 //如果不是待加盟商验收 说明立规已经验收 只需要保存数据 不需要将阶段变为立规验收
if (!shopSubStageInfo.getShopSubStageStatus().equals(ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_121.getShopSubStageStatus())) { if (shopSubStageInfo.getShopSubStageStatus().equals(ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_121.getShopSubStageStatus())) {
shopStageInfoDAO.updateShopStageInfo(request.getShopId(), ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_122); shopStageInfoDAO.updateShopStageInfo(request.getShopId(), ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_122);
} }
if (StringUtils.isNotBlank(shopInfoDO.getHqtShopId())) { if (StringUtils.isNotBlank(shopInfoDO.getHqtShopId())) {