This commit is contained in:
zhangchenbiao
2024-04-25 14:38:46 +08:00
parent bdb17a542e
commit 47044118f0

View File

@@ -704,7 +704,7 @@ public class PointServiceImpl implements PointService {
ShopInfoDO updateShop = new ShopInfoDO();
updateShop.setId(shopId);
updateShop.setPointId(pointId);
shopInfoDAO.updateShopInfo(shopInfo);
shopInfoDAO.updateShopInfo(updateShop);
shopStageInfoDAO.updateShopStageInfo(shopId, ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_11);
PointDetailInfoDO updateDetail = new PointDetailInfoDO();
updateDetail.setPointId(pointId);