|
|
@ -169,7 +169,11 @@ public class AlRepaymentEntryServiceImpl extends ServiceImpl<AlRepaymentEntryMap |
|
|
|
//遍历list取出应还款日,计算逾期天数=当前时间-应还款日
|
|
|
|
//遍历list取出应还款日,计算逾期天数=当前时间-应还款日
|
|
|
|
for (AlRepaymentEntryRes res:list) { |
|
|
|
for (AlRepaymentEntryRes res:list) { |
|
|
|
long times2 = res.getRepaymentDate().getTime();//应还款日
|
|
|
|
long times2 = res.getRepaymentDate().getTime();//应还款日
|
|
|
|
long times3 = res.getActualRepaymentDate().getTime();//实际还款日
|
|
|
|
long times3=0L; |
|
|
|
|
|
|
|
if(res.getActualRepaymentDate()!=null){ |
|
|
|
|
|
|
|
times3 = res.getActualRepaymentDate().getTime();//实际还款日
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
AlRepaymentEntry entry = new AlRepaymentEntry(); |
|
|
|
AlRepaymentEntry entry = new AlRepaymentEntry(); |
|
|
|
entry.setId(res.getId()); |
|
|
|
entry.setId(res.getId()); |
|
|
|
AlInsuranceList alInsuranceList = new AlInsuranceList(); |
|
|
|
AlInsuranceList alInsuranceList = new AlInsuranceList(); |
|
|
|