Commit cb87ce50 authored by tangwei's avatar tangwei

修改bug

parent 5a783796
......@@ -335,7 +335,7 @@
count( wle.id ) num
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