| | |
| | | /** |
| | | * 获取验收记录管理列表 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('houseManage:check:list')") |
| | | @PreAuthorize("@ss.hasPermi('houseManage:check')") |
| | | @ApiOperation(value = "获取验收记录分页列表") |
| | | @PostMapping(value = "/pageList") |
| | | public R<PageInfo<TCheckAcceptRecordVO>> pageList(@RequestBody TCheckAcceptRecordQuery query) { |
| | |
| | | tBill.setContractId(dto.getContractId()); |
| | | tBill.setContractNumber(contract.getContractNumber()); |
| | | tBill.setPayableFeesMoney(dto.getCheckMoney()); |
| | | tBill.setOutstandingMoney(dto.getCheckMoney()); |
| | | tBill.setPayableFeesTime(LocalDate.now()); |
| | | tBill.setPayFeesStatus("1"); |
| | | tBill.setBillType("4"); |