From b74a75f63fe31038c19dcff0337288f56c0aff5b Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sun, 19 May 2024 13:24:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E6=B5=8B=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=8C=E6=97=A5=E6=9C=9F=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/invest/service/impl/StatisticAnalysisImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/service/impl/StatisticAnalysisImpl.java b/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/service/impl/StatisticAnalysisImpl.java index fb4f51d..8af0c0b 100644 --- a/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/service/impl/StatisticAnalysisImpl.java +++ b/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/service/impl/StatisticAnalysisImpl.java @@ -834,7 +834,7 @@ public class StatisticAnalysisImpl implements IStatisticAnalysisService { if(staticsTime.equals(dayString)){ actualCreditBillDay+=vo.getCurrentAmount(); - details+=vo.getBankCardLendName()+"于"+dateFormat.format(vo.getCreateTime())+"应还款总额"+vo.getCurrentAmount()+",其中本金"+vo.getPrincipal()+",利息"+vo.getInterest()+";
"; + details+=vo.getBankCardLendName()+"于"+dateFormat.format(vo.getRepaymentDate())+"应还款总额"+vo.getCurrentAmount()+",其中本金"+vo.getPrincipal()+",利息"+vo.getInterest()+";
"; } } InstallmentHistoryDetailVo analysisVo=new InstallmentHistoryDetailVo();