This commit is contained in:
zhangchenbiao
2024-04-18 11:12:21 +08:00
parent 5dc35f002d
commit b6e24af92c

View File

@@ -717,6 +717,8 @@ public class PointServiceImpl implements PointService {
if(Objects.isNull(shopInfo)){ if(Objects.isNull(shopInfo)){
throw new ServiceException(ErrorCodeEnum.SELECT_POINT_ERROR); throw new ServiceException(ErrorCodeEnum.SELECT_POINT_ERROR);
} }
shopInfo.setShopName(pointInfo.getPointName());
shopInfoDAO.updateShopInfo(shopInfo);
PointRecommendDO pointRecommendDO = new PointRecommendDO(); PointRecommendDO pointRecommendDO = new PointRecommendDO();
pointRecommendDO.setLineId(lineId); pointRecommendDO.setLineId(lineId);
pointRecommendDO.setDevelopmentManager(lineInfo.getDevelopmentManager()); pointRecommendDO.setDevelopmentManager(lineInfo.getDevelopmentManager());