From a03a1a440e45f0b64f19640e48e9099b2b79d3b9 Mon Sep 17 00:00:00 2001 From: yupeng <roc__yu@163.com> Date: 星期二, 22 四月 2025 12:54:51 +0800 Subject: [PATCH] feat: 缴费的扣款金额,返回设置为支付金额 --- ruoyi-system/src/main/java/com/ruoyi/system/service/TContractService.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/TContractService.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/TContractService.java index 188ac73..76018de 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/TContractService.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/TContractService.java @@ -11,6 +11,7 @@ import com.ruoyi.system.query.TContractQuery; import com.ruoyi.system.vo.BillVO; import com.ruoyi.system.vo.CheckAcceptRecordVO; +import com.ruoyi.system.vo.ScreenRentIncomeTrendVO; import java.util.List; @@ -48,4 +49,5 @@ * @return */ Integer getCurrentMonthRentCount(String businessDeptId); + PageInfo<TContract> queryPage(TContractQuery query); } -- Gitblit v1.7.1