|
@@ -624,6 +624,7 @@ public class LoanApplicationServiceImpl implements ILoanApplicationService {
|
|
|
if (THR.equals(auditType) && ONE.equals(auditSchedule)) {
|
|
|
loanApplication.setAuditType(auditType);
|
|
|
loanApplication.setAuditSchedule(auditSchedule);
|
|
|
+ loanApplication.setLoanSchedule(TWO);
|
|
|
loanApplication.setLoanApplicationType(TWO);
|
|
|
//插入不通过原因
|
|
|
loanApplication.setRejectionReason(reviewComments.getAuditView());
|