Commit 5a783796 authored by tangwei's avatar tangwei

修改bug

parent 0f7d15f8
......@@ -312,6 +312,8 @@
wle.latitude
FROM wl_video wle
where wle.longitude!=null and wle.latitude!=null
<if test='distance!=null'>
and Round(st_distance(point(wle.longitude,wle.latitude),point(#{longitude},#{latitude}))*111195,1) &lt;=
#{distance}
......
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