| | |
| | | * @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); |
| | | |
| | | /** |
| | | * 查询个人社区编号集合 |
| | |
| | | * @return |
| | | */ |
| | | List<String> getCommunityCodeListByUserId(@Param("userId") Long userId); |
| | | |
| | | /** |
| | | * 社区表 自定义详情 |
| | | */ |
| | | CommunityVO getDetail(@Param("community") CommunityEntity community); |
| | | } |