新增 宁夏交投 相关service方法

This commit is contained in:
Lemon
2023-11-13 16:13:02 +08:00
parent f62bea40a2
commit 6432901b83
12 changed files with 384 additions and 1 deletions

View File

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