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
|
and a.longitude is not null and a.latitude is not null
|
||||||
</if>
|
</if>
|
||||||
) b
|
) b
|
||||||
where distance <= 50000
|
where distance <= 5000
|
||||||
<if test="by!=null and by==1">
|
<if test="by!=null and by==1">
|
||||||
order by
|
order by
|
||||||
<if test="status!=null and status==-1">
|
<if test="status!=null and status==-1">
|
||||||
|
|
Loading…
Reference in New Issue