bugfix 修复推送高德时站点计费模板计为集团列表中的计费模板

This commit is contained in:
Lemon
2024-07-04 10:31:08 +08:00
parent 7198ddd975
commit 206b238e6e
2 changed files with 6 additions and 0 deletions

View File

@@ -446,6 +446,11 @@ public class AMapServiceImpl implements AMapService {
return priceList;
}
/**
* 通过站点idList查询对应的计费模板
* @param stationIdList
* @return
*/
private Map<String, List<AMapPriceChargingInfo>> getPriceInfoByStationIdList(List<String> stationIdList) {
Map<String, List<AMapPriceChargingInfo>> resultMap = Maps.newHashMap();