mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
新增 宁夏交投 相关service方法
This commit is contained in:
@@ -536,4 +536,16 @@
|
||||
and public_flag = '1'
|
||||
and amap_flag = '1'
|
||||
</select>
|
||||
|
||||
<select id="NXJTQueryStationsInfo" resultMap="PileStationInfoResult">
|
||||
SELECT
|
||||
id AS stationId,
|
||||
station_name AS stationName,
|
||||
address,
|
||||
station_lng AS stationLng,
|
||||
station_lat AS stationLat,
|
||||
support_order AS supportOrder
|
||||
FROM
|
||||
pile_station_info
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user