zhongrj
2024-03-23 048af2735df118c14da987bb0313b81eb8ef545d
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);
}