|
|
@@ -645,6 +645,7 @@
|
|
|
<result property="stationId" column="station_id"/>
|
|
|
<result property="stationName" column="station_name"/>
|
|
|
<result property="address" column="address"/>
|
|
|
+ <result property="tips" column="station_tips"/>
|
|
|
<result property="distance" column="distance"/>
|
|
|
<result property="fastIdleCount" column="fast_idle_count"/>
|
|
|
<result property="fastTotalCount" column="fast_total_count"/>
|
|
|
@@ -658,6 +659,7 @@
|
|
|
tpsi.id AS station_id,
|
|
|
tpsi.station_name,
|
|
|
tpsi.address,
|
|
|
+ tpsi.station_tips,
|
|
|
<if test="longitude != null and latitude != null">
|
|
|
ROUND(
|
|
|
ST_Distance_Sphere(
|