车辆开锁
This commit is contained in:
parent
6925c5dd93
commit
b1de55eb9a
@ -8,7 +8,7 @@
|
|||||||
SELECT
|
SELECT
|
||||||
ST_Contains(
|
ST_Contains(
|
||||||
r.region_polygon::geometry,
|
r.region_polygon::geometry,
|
||||||
ST_MakePoint((b.location[0])::float, (b.location[1])::float)::geometry
|
ST_SetSRID(ST_MakePoint(ST_X(b.location), ST_Y(b.location)), 4326)
|
||||||
) as in_region
|
) as in_region
|
||||||
FROM
|
FROM
|
||||||
ebike_bike_info b
|
ebike_bike_info b
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user