src/main/java/org/springblade/modules/house/controller/HouseRentalController.java
@@ -182,6 +182,12 @@ return R.data(houseRentalService.getStatistics(houseRental)); } @GetMapping("/getStatisticsCount") public R getStatisticsCount(HouseRentalTenantVO houseRental){ return R.data(houseRentalService.getStatisticsCount(houseRental)); } /** * 导出用户 */