fix: 自测问题修复,日期错误。
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user