Commit 2606a927 authored by suhuiguang's avatar suhuiguang

1.删除不用代码

parent 2e7a6dca
...@@ -17,14 +17,13 @@ ...@@ -17,14 +17,13 @@
<when test="stationCode != null and stationCode != ''"> <when test="stationCode != null and stationCode != ''">
a.lat, a.lat,
a.lng, a.lng,
a.station_code,
</when> </when>
<otherwise> <otherwise>
s.lng, s.lng,
s.lat, s.lat,
a.station_code,
</otherwise> </otherwise>
</choose> </choose>
a.station_code,
a.lat as sourceLat, a.lat as sourceLat,
a.lng as sourceLng a.lng as sourceLng
from from
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment