|
|
|
@@ -1250,6 +1250,7 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
if (null != m) { |
|
|
|
TtMerchantPoi poi = poiMap.get(m.getId()); |
|
|
|
if(null != poi){ |
|
|
|
m.setAddr(poi.getAddress()); |
|
|
|
m.setLongitude(poi.getLongitude()); |
|
|
|
m.setLatitude(poi.getLatitude()); |
|
|
|
} |
|
|
|
@@ -1316,6 +1317,7 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
if (hasShop && null != merchantShopVoList) { |
|
|
|
vo.setShopVoList(merchantShopVoList.get(vo.getId())); |
|
|
|
} |
|
|
|
vo.setAddr(m.getAddr()); |
|
|
|
vo.setLongitude(m.getLongitude()); |
|
|
|
vo.setLatitude(m.getLatitude()); |
|
|
|
return vo; |
|
|
|
|