| | |
| | | return R.ok(pageInfo); |
| | | } |
| | | |
| | | @ApiOperation(value = "缴费账单查询分页列表") |
| | | @ApiOperation(value = "缴费账单查询列表") |
| | | @PostMapping("/getBillIds") |
| | | public R<List<String>> getBillIds(@RequestBody TBillQuery query){ |
| | | if (StringUtils.isEmpty(query.getUserId())){ |
| | |
| | | billVO.setHouse(houseService.getById(contract.getHouseId())); |
| | | billVO.setMonthRent(contract.getMonthRent()); |
| | | billVO.setPayType(contract.getPayType()); |
| | | billVO.setDeposit(contract.getDeposit()); |
| | | billVO.setPartyOnePerson(contract.getPartyOnePerson()); |
| | | billVO.setPartyOnePhone(contract.getPartyOnePhone()); |
| | | billVO.setConcatStartTime(contract.getStartTime()); |
| | | billVO.setConcatEndTime(contract.getEndTime()); |
| | | }); |
| | | billVO.setBillType(DictUtils.getDictLabel(DictConstants.DICT_TYPE_BILL_TYPE,billVO.getBillType())); |
| | | billVO.setPayFeesStatus(DictUtils.getDictLabel(DictConstants.DICT_TYPE_PAY_FEES_STATUS,billVO.getPayFeesStatus())); |