Commit 4af298c859b07713a94317ad98306f5618fc62d0

Authored by 张志伟
1 parent b2fb8da1

:bug: 修复小程序档案dealer不正确的问题

fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/cust/CustomerBizService.java
@@ -585,8 +585,8 @@ public class CustomerBizService extends AbstractCustomerService { @@ -585,8 +585,8 @@ public class CustomerBizService extends AbstractCustomerService {
585 return null; 585 return null;
586 } 586 }
587 CarArchiveVO.DealerItem vo = CarArchiveVO.createDealerItem(); 587 CarArchiveVO.DealerItem vo = CarArchiveVO.createDealerItem();
588 - vo.setId(shop.getId());  
589 - vo.setName(shop.getShortName()); 588 + vo.setId(shop.getDealerId());
  589 + vo.setName(shop.getDealerName());
590 vo.setLogo(shop.getShopLogo()); 590 vo.setLogo(shop.getShopLogo());
591 vo.setPhone(shop.getTel()); 591 vo.setPhone(shop.getTel());
592 vo.setAddr(shop.getAddr()); 592 vo.setAddr(shop.getAddr());