Commit 2606a927 authored by suhuiguang's avatar suhuiguang

1.删除不用代码

parent 2e7a6dca
......@@ -17,14 +17,13 @@
<when test="stationCode != null and stationCode != ''">
a.lat,
a.lng,
a.station_code,
</when>
<otherwise>
s.lng,
s.lat,
a.station_code,
</otherwise>
</choose>
a.station_code,
a.lat as sourceLat,
a.lng as sourceLng
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