|
|
@ -227,8 +227,8 @@ public class HighGasController { |
|
|
|
param.put("gasId", store.getStoreKey()); |
|
|
|
param.put("gasId", store.getStoreKey()); |
|
|
|
param.put("gasName", store.getStoreName()); |
|
|
|
param.put("gasName", store.getStoreName()); |
|
|
|
param.put("gasAddress", store.getAddress()); |
|
|
|
param.put("gasAddress", store.getAddress()); |
|
|
|
param.put("gasLogoBig", store.getStoreLogo()); |
|
|
|
param.put("gasLogoBig", CommonSysConst.getSysConfig().getHsgDomainName()+"/filesystem/"+store.getStoreLogo()); |
|
|
|
param.put("gasLogoSmall", store.getStoreLogo()); |
|
|
|
param.put("gasLogoSmall", CommonSysConst.getSysConfig().getHsgDomainName()+"/filesystem/"+store.getStoreLogo()); |
|
|
|
param.put("gasAddressLatitude", store.getLatitude()); |
|
|
|
param.put("gasAddressLatitude", store.getLatitude()); |
|
|
|
param.put("gasAddressLongitude", store.getLatitude()); |
|
|
|
param.put("gasAddressLongitude", store.getLatitude()); |
|
|
|
// 距离
|
|
|
|
// 距离
|
|
|
|