From c68c1829c8f345f5b745f37196bc920994107acd Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期四, 27 二月 2025 17:00:41 +0800 Subject: [PATCH] 小程序管理员接口 --- ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TTenantServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TTenantServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TTenantServiceImpl.java index 4b0d864..eb76072 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TTenantServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TTenantServiceImpl.java @@ -126,7 +126,7 @@ if (contract!=null){ tBillVO.setHouse(houseMapper.selectById(contract.getHouseId())); } - tBillVO.setPayFeesStatus(DictUtils.getDictLabel(DictConstants.DICT_TYPE_LEASE_STATUS,tBillVO.getPayFeesStatus())); + tBillVO.setPayFeesStatus(tBillVO.getPayFeesStatus()); } pageInfo.setRecords(list); return pageInfo; -- Gitblit v1.7.1