linwe
2023-12-26 eb55b4133ae6b3df80d8d14fbc5b32928f296fd7
src/main/java/org/springblade/modules/house/controller/HouseRentalController.java
@@ -184,6 +184,7 @@
   @GetMapping("/getStatisticsCount")
   public R getStatisticsCount(HouseRentalTenantVO houseRental){
      houseRental.setUserId(AuthUtil.getUserId());
      return R.data(houseRentalService.getStatisticsCount(houseRental));
   }