src/main/java/org/springblade/modules/house/mapper/HouseRentalMapper.java
@@ -50,5 +50,9 @@ */ List<HouseRentalVO> getHouseRentalListByCode(@Param("code") String code); List<HouseRentalStatistics> getStatistics(); /** * 获取统计数据 * @return */ List<HouseRentalStatistics> getStatistics(@Param("vo") HouseRentalTenantVO houseRental); }