linwe
2023-11-12 8d8c7da4e91028fc877f101dcd244bef3e18c197
src/main/java/org/springblade/modules/house/mapper/HouseRentalMapper.java
@@ -41,7 +41,9 @@
    * @param houseRental
    * @return
    */
   List<HouseRentalTenantVO> selectHouseRentalPage(IPage page, @Param("vo") HouseRentalTenantVO houseRental);
   List<HouseRentalTenantVO> selectHouseRentalPage(IPage page,
                                       @Param("vo") HouseRentalTenantVO houseRental,
                                       @Param("list") List<String> list);
   /**
    * 查询房屋出租情况
@@ -50,5 +52,10 @@
    */
    List<HouseRentalVO> getHouseRentalListByCode(@Param("code") String code);
   List<HouseRentalStatistics> getStatistics();
   /**
    * 获取统计数据
    * @return
    */
   List<HouseRentalStatistics> getStatistics(@Param("vo") HouseRentalTenantVO houseRental,
                                   @Param("list") List<String> list);
}