zhongrj
2024-04-02 566e7986291e73051d30ee252b0ebf852b1577a7
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);
}