|
@@ -2102,7 +2102,7 @@ public class ReviewQuotaDisburseServiceImpl extends ServiceImpl<ReviewQuotaDisbu
|
|
|
//还款方式
|
|
|
repayPlanTrial.setRepayMethod("2");
|
|
|
//还款周期
|
|
|
- repayPlanTrial.setRepayCycl("1MA20");
|
|
|
+ repayPlanTrial.setRepayCycl("1MA21");
|
|
|
//查询授信完成后客户的openId
|
|
|
FinancingFromInvestors financingFromInvestors = getFinancingFromInvestors(reviewFinancingInfo);
|
|
|
if (financingFromInvestors == null || financingFromInvestors.getOpenId() == null) {
|