zhongrj
2024-03-07 7b17b9937da0971878998f4cd432e3b2c682ff27
src/main/java/org/springblade/modules/police/mapper/PoliceAffairsGridMapper.java
@@ -46,4 +46,11 @@
    * @return
    */
    List<PoliceAffairsGridEntity> spatialAnalysis(@Param("point") String point);
   /**
    * 查询对应的社区编号
    * @param userId
    * @return
    */
    List<String> getCommunityCodeListByUserId(@Param("userId") String userId);
}