zhongrj
2023-12-23 2bd69d1dca40d2fdf07f72e0117d2f0febde5359
src/main/java/org/springblade/modules/community/mapper/CommunityMapper.java
@@ -40,5 +40,10 @@
    */
   List<CommunityVO> selectCommunityPage(IPage page,@Param("community") CommunityVO community);
   /**
    * 查询个人社区编号集合
    * @param userId
    * @return
    */
   List<String> getCommunityCodeListByUserId(@Param("userId") Long userId);
}