linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
src/main/java/org/springblade/modules/house/mapper/HouseRentalMapper.java
@@ -44,7 +44,9 @@
    */
   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);
   /**
    * 查询房屋出租情况
@@ -58,7 +60,9 @@
    * @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);
   /**
    * 导出租赁信息
@@ -67,5 +71,9 @@
    */
   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);
}