| | |
| | | @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()); |
| | | } |
| | | } |