zhongrj
2024-04-28 ebd41b7b2e44dc8b96f177d7bf88d2f5f997b75c
src/main/java/org/springblade/modules/police/mapper/PoliceAffairsGridMapper.xml
@@ -36,7 +36,7 @@
        and ST_Intersects(geom, ST_GeomFromText(${point},0))
    </select>
    <!--判断该点在哪个警务网格-->
    <!--查询对应的社区编号-->
    <select id="getCommunityCodeListByUserId" resultType="java.lang.String">
        SELECT community_code FROM jczz_police_affairs_grid
        WHERE is_deleted = 0