|
@@ -2058,14 +2058,14 @@ public class ReviewQuotaDisburseServiceImpl extends ServiceImpl<ReviewQuotaDisbu
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 调用苏商银行还款试算接口获取还款计划
|
|
|
|
|
|
+ * 调用苏商银行还款计划试算接口获取还款计划
|
|
*
|
|
*
|
|
* @param reviewFinancingInfo
|
|
* @param reviewFinancingInfo
|
|
* @param endDate
|
|
* @param endDate
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
private RepayPlanTrialResp getRepayPlanTrialRespBySmb(ReviewFinancingInfo reviewFinancingInfo, DateTime endDate) {
|
|
private RepayPlanTrialResp getRepayPlanTrialRespBySmb(ReviewFinancingInfo reviewFinancingInfo, DateTime endDate) {
|
|
- //调用苏商银行还款试算接口
|
|
|
|
|
|
+ //调用苏商银行还款计划试算接口
|
|
RepayPlanTrial repayPlanTrial = new RepayPlanTrial();
|
|
RepayPlanTrial repayPlanTrial = new RepayPlanTrial();
|
|
//贷款金额
|
|
//贷款金额
|
|
repayPlanTrial.setLnAmt(reviewFinancingInfo.getFinancingAmount().toString());
|
|
repayPlanTrial.setLnAmt(reviewFinancingInfo.getFinancingAmount().toString());
|
|
@@ -2086,6 +2086,8 @@ public class ReviewQuotaDisburseServiceImpl extends ServiceImpl<ReviewQuotaDisbu
|
|
repayPlanTrial.setMatuDate(matuDateStr);
|
|
repayPlanTrial.setMatuDate(matuDateStr);
|
|
//还款方式
|
|
//还款方式
|
|
repayPlanTrial.setRepayMtd("2");
|
|
repayPlanTrial.setRepayMtd("2");
|
|
|
|
+ //todo 还款周期
|
|
|
|
+ repayPlanTrial.setRepayCycl("1MA20");
|
|
//查询授信完成后客户的openId
|
|
//查询授信完成后客户的openId
|
|
FinancingFromInvestors financingFromInvestors = getFinancingFromInvestors(reviewFinancingInfo);
|
|
FinancingFromInvestors financingFromInvestors = getFinancingFromInvestors(reviewFinancingInfo);
|
|
if (financingFromInvestors == null || financingFromInvestors.getOpenId() == null) {
|
|
if (financingFromInvestors == null || financingFromInvestors.getOpenId() == null) {
|