ruoyi-applet/src/main/java/com/ruoyi/web/controller/api/IndexController.java
@@ -357,6 +357,7 @@ res.setPartyOnePhone(contract.getPartyOnePhone()); res.setPartyOnePerson(contract.getPartyTwoPerson()); res.setMonthRent(bill.getPayableFeesMoney()); res.setPayType(DictUtils.getDictLabel(DictConstants.DICT_TYPE_CONTRACT_PAY_TYPE,contract.getPayType())); return R.ok(res); } @ApiOperation(value = "管理员-我的审批分页列表")