|
@@ -251,7 +251,7 @@ public class FinancingAdvancePaymentInfoServiceImpl extends ServiceImpl<Financin
|
|
|
}
|
|
|
advancePaymentVo.setPaymentAccountName(financingLoanInfo.getRepayAcctName());
|
|
|
advancePaymentVo.setPaymentAccountNo(financingLoanInfo.getRepayAcctNo());
|
|
|
- advancePaymentVo.setPaymentBank("苏商银行");
|
|
|
+ advancePaymentVo.setPaymentBank("江苏苏商银行股份有限公司");
|
|
|
return advancePaymentVo;
|
|
|
|
|
|
}
|
|
@@ -274,7 +274,7 @@ public class FinancingAdvancePaymentInfoServiceImpl extends ServiceImpl<Financin
|
|
|
smbRefinancingInfo.setRepayPlanResp(repayPlanResp);
|
|
|
smbRefinancingInfo.setContractNo(financingLoanInfo.getContractNo());
|
|
|
smbRefinancingInfo.setQuotaDisburseBatch(financingLoanInfo.getQuotaDisburseBatch());
|
|
|
- smbRefinancingInfo.setRepaymentMethod("batch_deduction");
|
|
|
+ smbRefinancingInfo.setRepaymentMethod("advance_payment");
|
|
|
return smbRefinancingInfo;
|
|
|
}
|
|
|
return null;
|