浏览代码

付款审核优化

liuj 1 天之前
父节点
当前提交
2d610efed3

+ 2 - 2
src/main/java/com/sunxung/factoring/service/financing/payment/impl/PaymentApplyServiceImpl.java

@@ -966,8 +966,8 @@ public class PaymentApplyServiceImpl extends ServiceImpl<PaymentApplyMapper, Pay
         loanApplyReq.setRepayAcctno(financingFromInvestors.getRepaymentAccount());
         //还款账户名
         loanApplyReq.setRepayAcctName(financingFromInvestors.getRepaymentAccountName());
-        //还款账户账号类型
-        loanApplyReq.setRepayAccType(financingFromInvestors.getRepaymentAccountType());
+        //还款账户账号类型-默认为内部户
+        loanApplyReq.setRepayAccType("5");
         //支付方式
         loanApplyReq.setPayWay("0");
         //收款卡标识