mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-15 03:27:59 +08:00
bugfix 修复推送高德时站点计费模板计为集团列表中的计费模板
This commit is contained in:
@@ -595,6 +595,7 @@
|
|||||||
where
|
where
|
||||||
t2.del_flag = '0'
|
t2.del_flag = '0'
|
||||||
and t2.status = '1'
|
and t2.status = '1'
|
||||||
|
and t2.member_flag = '0'
|
||||||
and t2.station_id in
|
and t2.station_id in
|
||||||
<foreach collection="stationIdList" item="item" open="(" separator="," close=")">
|
<foreach collection="stationIdList" item="item" open="(" separator="," close=")">
|
||||||
#{item,jdbcType=VARCHAR}
|
#{item,jdbcType=VARCHAR}
|
||||||
|
|||||||
@@ -446,6 +446,11 @@ public class AMapServiceImpl implements AMapService {
|
|||||||
return priceList;
|
return priceList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 通过站点idList查询对应的计费模板
|
||||||
|
* @param stationIdList
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
private Map<String, List<AMapPriceChargingInfo>> getPriceInfoByStationIdList(List<String> stationIdList) {
|
private Map<String, List<AMapPriceChargingInfo>> getPriceInfoByStationIdList(List<String> stationIdList) {
|
||||||
Map<String, List<AMapPriceChargingInfo>> resultMap = Maps.newHashMap();
|
Map<String, List<AMapPriceChargingInfo>> resultMap = Maps.newHashMap();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user