mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-24 16:03:42 +08:00
新增后管数据看板
This commit is contained in:
@@ -754,4 +754,20 @@
|
||||
#{merchantId,jdbcType=VARCHAR}
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
<select id="countTotalStations" resultType="java.lang.Long">
|
||||
select count(*) from pile_station_info where del_flag = '0'
|
||||
</select>
|
||||
|
||||
<select id="getStationMapData" resultType="com.jsowell.pile.vo.web.StationMapVO">
|
||||
select station_name as stationName,
|
||||
station_lng as stationLng,
|
||||
station_lat as stationLat
|
||||
from pile_station_info
|
||||
where del_flag = '0'
|
||||
and station_lng is not null
|
||||
and station_lat is not null
|
||||
and station_lng != ''
|
||||
and station_lat != ''
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user