fix
This commit is contained in:
@@ -717,6 +717,8 @@ public class PointServiceImpl implements PointService {
|
||||
if(Objects.isNull(shopInfo)){
|
||||
throw new ServiceException(ErrorCodeEnum.SELECT_POINT_ERROR);
|
||||
}
|
||||
shopInfo.setShopName(pointInfo.getPointName());
|
||||
shopInfoDAO.updateShopInfo(shopInfo);
|
||||
PointRecommendDO pointRecommendDO = new PointRecommendDO();
|
||||
pointRecommendDO.setLineId(lineId);
|
||||
pointRecommendDO.setDevelopmentManager(lineInfo.getDevelopmentManager());
|
||||
|
||||
Reference in New Issue
Block a user