Переглянути джерело

fix(苏商银行):日志

liutao 1 місяць тому
батько
коміт
94079cb7e2

+ 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("batch_deduction");
+            smbRefinancingInfo.setRepaymentMethod("advance_payment");
             return smbRefinancingInfo;
         }
         return null;