linwe
2024-05-17 dde162ffb34f2cc0ece4ca9cfcd09e2cb42ace6d
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);
}