| | |
| | | |
| | | /** |
| | | * 自定义分页查询 |
| | | * |
| | | * @param page |
| | | * @param houseRental |
| | | * @return |
| | |
| | | |
| | | /** |
| | | * 查询房屋出租情况 |
| | | * |
| | | * @param code |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 自定义房屋出租新增 |
| | | * |
| | | * @param houseRentalVO |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 保存租户信息 |
| | | * |
| | | * @param houseRentalVO |
| | | * @param flag |
| | | * @return |
| | |
| | | |
| | | /** |
| | | * 出租屋 自定义删除 |
| | | * |
| | | * @param id |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 出租屋 自定义修改 |
| | | * |
| | | * @param houseRental |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 获取统计数据 |
| | | * |
| | | * @return |
| | | */ |
| | | @Override |
| | |
| | | |
| | | /** |
| | | * 出租屋 确认 |
| | | * |
| | | * @param houseRental |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 导出租赁信息 |
| | | * |
| | | * @param houseRentalVO |
| | | * @return |
| | | */ |
| | |
| | | |
| | | @Override |
| | | public Integer getStatisticsCount(HouseRentalTenantVO houseRental) { |
| | | return baseMapper.getStatisticsCount(houseRental.getUserId(), houseRental.getNeiCode()); |
| | | CommonParamSet<Object> commonParamSet = new CommonParamSet<>().invoke(HouseRentalTenantVO.class, houseRental); |
| | | return baseMapper.getStatisticsCount(houseRental, commonParamSet.getGridCodeList(), |
| | | commonParamSet.getRegionChildCodesList(), commonParamSet.getIsAdministrator()); |
| | | } |
| | | } |