linwe
2023-11-17 fa9441abe6326540763d38fdc712fef3f6ee2983
src/main/java/org/springblade/modules/house/service/impl/HouseRentalServiceImpl.java
@@ -243,4 +243,9 @@
      List<HouseRentalExcel> houseRentalExcels = baseMapper.export(houseRentalVO);
      return houseRentalExcels;
   }
   @Override
   public Integer getStatisticsCount(HouseRentalTenantVO houseRental) {
      return baseMapper.getStatisticsCount(AuthUtil.getUserId());
   }
}