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