linwei
2024-01-31 b3b566ebdfed4005aaa513da3d5d2fd3924903cc
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));
   }