ソースを参照

苏商垫付还款计划修改

Wangyafan 3 週間 前
コミット
5a8a54a56f
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/main/java/com/sunxung/factoring/service/smb/impl/FinancingAdvancePaymentInfoServiceImpl.java

+ 1 - 1
src/main/java/com/sunxung/factoring/service/smb/impl/FinancingAdvancePaymentInfoServiceImpl.java

@@ -274,7 +274,7 @@ public class FinancingAdvancePaymentInfoServiceImpl extends ServiceImpl<Financin
             smbRefinancingInfo.setRepayPlanResp(repayPlanResp);
             smbRefinancingInfo.setContractNo(financingLoanInfo.getContractNo());
             smbRefinancingInfo.setQuotaDisburseBatch(financingLoanInfo.getQuotaDisburseBatch());
-            smbRefinancingInfo.setRepaymentMethod("advance_payment");
+//            smbRefinancingInfo.setRepaymentMethod("advance_payment");
             return smbRefinancingInfo;
         }
         return null;