diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml index 37a0b0c22..2ff424374 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml @@ -595,6 +595,7 @@ where t2.del_flag = '0' and t2.status = '1' + and t2.member_flag = '0' and t2.station_id in #{item,jdbcType=VARCHAR} diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java index 7ec41f8cf..69669065f 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/service/impl/AMapServiceImpl.java @@ -446,6 +446,11 @@ public class AMapServiceImpl implements AMapService { return priceList; } + /** + * 通过站点idList查询对应的计费模板 + * @param stationIdList + * @return + */ private Map> getPriceInfoByStationIdList(List stationIdList) { Map> resultMap = Maps.newHashMap();