| | |
| | | */ |
| | | List<HouseRentalTenantVO> selectHouseRentalPage(IPage page, |
| | | @Param("vo") HouseRentalTenantVO houseRental, |
| | | @Param("list") List<String> list); |
| | | @Param("gridCodeList") List<String> gridCodeList, |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator); |
| | | |
| | | /** |
| | | * 查询房屋出租情况 |
| | |
| | | * @return |
| | | */ |
| | | List<HouseRentalStatistics> getStatistics(@Param("vo") HouseRentalTenantVO houseRental, |
| | | @Param("list") List<String> list); |
| | | @Param("gridCodeList") List<String> gridCodeList, |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator); |
| | | |
| | | /** |
| | | * 导出租赁信息 |
| | |
| | | */ |
| | | List<HouseRentalExcel> export(@Param("vo") HouseRentalTenantVO houseRental); |
| | | |
| | | Integer getStatisticsCount(Long userId,String neiCode); |
| | | Integer getStatisticsCount(@Param("vo") HouseRentalTenantVO houseRental, |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("gridCodeList") List<String> gridCodeList, |
| | | @Param("isAdministrator") Integer isAdministrator); |
| | | |
| | | } |