| | |
| | | * @return |
| | | */ |
| | | List<TreeStringNode> getRegionListByGroupTwon(@Param("houseParam") HouseParam houseParam, |
| | | @Param("list") List<String> list); |
| | | @Param("list") List<String> list, |
| | | @Param("communityList") List<String> communityList); |
| | | |
| | | /** |
| | | * 查询社区数据 |
| | | * @return |
| | | */ |
| | | List<TreeStringNode> getRegionListByGroupNei(@Param("houseParam") HouseParam houseParam, |
| | | @Param("list") List<String> list); |
| | | @Param("list") List<String> list, |
| | | @Param("communityList") List<String> communityList); |
| | | |
| | | /** |
| | | * 根据社区名称查询小区集合 |
| | |
| | | * @return |
| | | */ |
| | | List<TreeStringNode> getDistrictList(@Param("houseParam") HouseParam houseParam, |
| | | @Param("list") List<String> list); |
| | | @Param("list") List<String> list, |
| | | @Param("communityList") List<String> communityList); |
| | | |
| | | /** |
| | | * 根据社区名称查询楼栋集合 |