lin
2024-03-22 774c8b2ee14eef5fd10bbd46d85a180e7b19ab21
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));
   }