lin
2024-03-25 9f8f9d13c42ca8cdccbf351069082a5fdccef2e4
src/main/java/org/springblade/modules/house/service/impl/HouseRentalServiceImpl.java
@@ -458,7 +458,7 @@
   @Override
   public Integer getStatisticsCount(HouseRentalTenantVO houseRental) {
      CommonParamSet<Object> commonParamSet = new CommonParamSet<>().invoke(HouseRentalTenantVO.class, houseRental);
      return baseMapper.getStatisticsCount(houseRental, commonParamSet.getGridCodeList(),
         commonParamSet.getRegionChildCodesList(), commonParamSet.getIsAdministrator());
      return baseMapper.getStatisticsCount(houseRental, commonParamSet.getRegionChildCodesList(),
         commonParamSet.getGridCodeList(), commonParamSet.getIsAdministrator());
   }
}