zhongrj
2024-01-18 77fea47f1fa683f9a0356df3d2328e2bb68b28cf
src/main/java/org/springblade/modules/community/mapper/CommunityMapper.java
@@ -38,7 +38,10 @@
    * @param community
    * @return
    */
   List<CommunityVO> selectCommunityPage(IPage page,@Param("community") CommunityVO community);
   List<CommunityVO> selectCommunityPage(IPage page,
                                @Param("community") CommunityVO community,
                                @Param("regionChildCodesList") List<String> regionChildCodesList,
                                @Param("isAdministrator") Integer isAdministrator);
   /**
    * 查询个人社区编号集合