linwei
2024-02-03 b7df6735bcb2d447cae7fcfba2d12accf3dd2fcc
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));
   }