This commit is contained in:
PC 2026-01-20 14:40:47 +08:00
parent 689951e79c
commit ca666ce34b

View File

@ -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,