From 631e14beda10cbcb3b951d796d699e5a850cbd57 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Tue, 11 Jun 2024 14:16:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=A1=E7=94=A8=E5=8D=A1=E5=88=86?= =?UTF-8?q?=E6=9C=9F=EF=BC=8Cbug=E4=BF=AE=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/invest/InstallmentHistoryMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/InstallmentHistoryMapper.xml b/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/InstallmentHistoryMapper.xml index 5af3b1f..62cf8bf 100644 --- a/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/InstallmentHistoryMapper.xml +++ b/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/InstallmentHistoryMapper.xml @@ -91,7 +91,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" installment_history_detail d where d.installment_history_id = a.id - and d.posting_state = '0') + and d.posting_state = '0' + and d.del_flag='0' ) as repayment_date, a.repaid_period, a.total_interest,