This commit is contained in:
zhangchenbiao
2024-04-25 16:26:29 +08:00
parent 2b786d2140
commit 408363182e

View File

@@ -703,6 +703,7 @@ public class PointServiceImpl implements PointService {
pointInfoDAO.updatePointInfo(updatePoint);
ShopInfoDO updateShop = new ShopInfoDO();
updateShop.setId(shopId);
updateShop.setShopName(pointInfo.getPointName());
updateShop.setPointId(pointId);
shopInfoDAO.updateShopInfo(updateShop);
shopStageInfoDAO.updateShopStageInfo(shopId, ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_11);