|
|
@ -5626,6 +5626,7 @@ public class LoanRepaymentScheduleService extends MybatisBaseService<LoanRepayme |
|
|
|
} else { |
|
|
|
vinNo = linkNo; |
|
|
|
} |
|
|
|
importSleepData.setVinNo(vinNo); |
|
|
|
LoanRepaymentSchedule mainSchedule = baseMapper.selByBankContractNoForSleepData(bankContractNo, vinNo); |
|
|
|
if (null != mainSchedule) { |
|
|
|
List<LoanRepaymentPlanDetails> p = loanRepaymentPlanDetailsService.selByMainSid(mainSchedule.getSid()); |
|
|
|