3 Commitit f5d91ec7a3 ... 77beb068fb

Tekijä SHA1 Viesti Päivämäärä
  liutao 77beb068fb Merge remote-tracking branch 'origin/smb' into smb 1 kuukausi sitten
  liutao 87271ed532 fix(苏商银行):更改开户行 1 kuukausi sitten
  liutao 94079cb7e2 fix(苏商银行):日志 1 kuukausi sitten

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

@@ -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;