fix: 自测问题修复,日期错误。

This commit is contained in:
tianyongbao
2024-05-19 13:24:38 +08:00
parent acbb75cd6a
commit b27d7c7613

View File

@@ -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()+"<br/>";
details+=vo.getBankCardLendName()+""+dateFormat.format(vo.getRepaymentDate())+"应还款总额"+vo.getCurrentAmount()+",其中本金"+vo.getPrincipal()+",利息"+vo.getInterest()+"<br/>";
}
}
InstallmentHistoryDetailVo analysisVo=new InstallmentHistoryDetailVo();