半径范围内车辆查询
This commit is contained in:
parent
068aecc39d
commit
134cf28482
@ -30,6 +30,8 @@
|
|||||||
ST_SetSRID(ST_MakePoint(#{centerPoint.x}, #{centerPoint.y}), 4326)::geography,
|
ST_SetSRID(ST_MakePoint(#{centerPoint.x}, #{centerPoint.y}), 4326)::geography,
|
||||||
#{radius}
|
#{radius}
|
||||||
)
|
)
|
||||||
|
AND ebike_bike_info.status = 1
|
||||||
|
AND ebike_bike_info.usage_status =1
|
||||||
ORDER BY distance ASC
|
ORDER BY distance ASC
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user