update 高德

This commit is contained in:
2023-06-25 17:20:38 +08:00
parent 181c70f6c8
commit 9720046a88

View File

@@ -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;