mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-10 08:58:02 +08:00
update 高德
This commit is contained in:
@@ -141,6 +141,7 @@ public class AMapServiceImpl implements AMapService {
|
|||||||
}
|
}
|
||||||
// 站点id
|
// 站点id
|
||||||
List<String> stationIdList = stationList.stream().map(x -> String.valueOf(x.getId())).collect(Collectors.toList());
|
List<String> stationIdList = stationList.stream().map(x -> String.valueOf(x.getId())).collect(Collectors.toList());
|
||||||
|
|
||||||
// 第二次查询,得到计费模板信息
|
// 第二次查询,得到计费模板信息
|
||||||
Map<String, List<AMapPriceChargingInfo>> priceInfoMap = getPriceInfoByStationIdList(stationIdList);
|
Map<String, List<AMapPriceChargingInfo>> priceInfoMap = getPriceInfoByStationIdList(stationIdList);
|
||||||
|
|
||||||
@@ -422,6 +423,11 @@ public class AMapServiceImpl implements AMapService {
|
|||||||
return pileList;
|
return pileList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 查询站点设备信息-高德
|
||||||
|
* @param stationIdList
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
private Map<String, List<AMapEquipmentInfo>> getPileListByStationIdList(List<String> stationIdList) {
|
private Map<String, List<AMapEquipmentInfo>> getPileListByStationIdList(List<String> stationIdList) {
|
||||||
Map<String, List<AMapEquipmentInfo>> resultMap = Maps.newHashMap();
|
Map<String, List<AMapEquipmentInfo>> resultMap = Maps.newHashMap();
|
||||||
return resultMap;
|
return resultMap;
|
||||||
|
|||||||
Reference in New Issue
Block a user