| | |
| | | tHouse.setLeaseStatus(DictUtils.getDictLabel(DictConstants.DICT_TYPE_LEASE_STATUS,"2")); |
| | | |
| | | }else{ |
| | | tHouse.setLeaseStatus(DictUtils.getDictLabel(DictConstants.DICT_TYPE_LEASE_STATUS,tHouse.getLeaseStatus())); |
| | | if (tHouse.getLeaseStatus().equals("3")){ |
| | | tHouse.setLeaseStatus(DictUtils.getDictLabel(DictConstants.DICT_TYPE_LEASE_STATUS,tHouse.getLeaseStatus())); |
| | | }else{ |
| | | tHouse.setLeaseStatus(DictUtils.getDictLabel(DictConstants.DICT_TYPE_LEASE_STATUS,"1")); |
| | | |
| | | } |
| | | } |
| | | |
| | | } |
| | |
| | | pageInfo.setRecords(list); |
| | | return pageInfo; |
| | | } |
| | | /** |
| | | * 获取本季度已出租面积 |
| | | * |
| | | * @param businessDeptId |
| | | * @return |
| | | */ |
| | | @Override |
| | | public Double getRentedArea(String businessDeptId) { |
| | | return baseMapper.getRentedArea(businessDeptId); |
| | | } |
| | | } |