Commit b04a3b3e authored by chenhao's avatar chenhao

Merge branch 'developer' of http://172.16.10.76/moa/amos-boot-biz into developer

parents c504e355 45984b98
...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
count( wle.id ) num count( wle.id ) num
FROM wl_video wle FROM wl_video wle
where wle.longitude!=null and wle.latitude!=null
<if test='distance!=null'> <if test='distance!=null'>
and Round(st_distance(point(wle.longitude,wle.latitude),point(#{longitude},#{latitude}))*111195,1) &lt;= and Round(st_distance(point(wle.longitude,wle.latitude),point(#{longitude},#{latitude}))*111195,1) &lt;=
#{distance} #{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