This commit is contained in:
parent
cbae4fb643
commit
99c3c8e49e
|
@ -48,7 +48,7 @@
|
|||
and a.longitude is not null and a.latitude is not null
|
||||
</if>
|
||||
) b
|
||||
where distance <= 50000
|
||||
where distance <= 5000
|
||||
<if test="by!=null and by==1">
|
||||
order by
|
||||
<if test="status!=null and status==-1">
|
||||
|
|
Loading…
Reference in New Issue