设计阶段优化
This commit is contained in:
@@ -555,10 +555,6 @@ public class DecorationServiceImpl implements DecorationService {
|
|||||||
decorationDesignInfoDAO.updateByPrimaryKeySelective(decorationDesignInfoDO);
|
decorationDesignInfoDAO.updateByPrimaryKeySelective(decorationDesignInfoDO);
|
||||||
} else {
|
} else {
|
||||||
decorationDesignInfoDAO.insertSelective(decorationDesignInfoDO);
|
decorationDesignInfoDAO.insertSelective(decorationDesignInfoDO);
|
||||||
}
|
|
||||||
ShopStageInfoDO shopSubStageInfo = shopStageInfoDAO.getShopSubStageInfo(request.getShopId(), ShopSubStageEnum.SHOP_STAGE_9);
|
|
||||||
if (ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_90.getShopSubStageStatus().equals(shopSubStageInfo.getShopSubStageStatus())
|
|
||||||
&& StringUtils.isNotBlank(request.getQuotationUrl()) && StringUtils.isNotBlank(request.getDesignUrl())){
|
|
||||||
//更新装修设计状态
|
//更新装修设计状态
|
||||||
shopStageInfoDAO.updateShopStageInfo(request.getShopId(), ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_905);
|
shopStageInfoDAO.updateShopStageInfo(request.getShopId(), ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_905);
|
||||||
ShopInfoDO shopInfo = shopInfoDAO.getShopInfo(request.getShopId());
|
ShopInfoDO shopInfo = shopInfoDAO.getShopInfo(request.getShopId());
|
||||||
|
|||||||
Reference in New Issue
Block a user