소스 검색

fix(苏商银行):日志

liutao 1 개월 전
부모
커밋
94079cb7e2
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("batch_deduction");
+            smbRefinancingInfo.setRepaymentMethod("advance_payment");
             return smbRefinancingInfo;
         }
         return null;