兼容
This commit is contained in:
parent
689951e79c
commit
ca666ce34b
@ -4,7 +4,7 @@
|
||||
<mapper namespace="com.cdzy.operations.mapper.EbikeRegionMapper">
|
||||
|
||||
<!-- 查询车辆是否在指定运营区内 -->
|
||||
<select id="checkBikeInRegion" resultType="boolean">
|
||||
<select id="checkBikeInRegion" resultType="java.lang.Boolean">
|
||||
SELECT
|
||||
ST_Contains(
|
||||
r.region_polygon::geometry,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user