diff --git a/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/cust/CustomerBizService.java b/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/cust/CustomerBizService.java index 6c21e73..73c0fb5 100644 --- a/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/cust/CustomerBizService.java +++ b/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/cust/CustomerBizService.java @@ -585,8 +585,8 @@ public class CustomerBizService extends AbstractCustomerService { return null; } CarArchiveVO.DealerItem vo = CarArchiveVO.createDealerItem(); - vo.setId(shop.getId()); - vo.setName(shop.getShortName()); + vo.setId(shop.getDealerId()); + vo.setName(shop.getDealerName()); vo.setLogo(shop.getShopLogo()); vo.setPhone(shop.getTel()); vo.setAddr(shop.getAddr());