linwe
2023-11-17 bc7e7bcb9bdd1246e08e6d3318cf543e63a848ad
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));
   }
   /**
    * 导出用户
    */