From d042741082f95cc7c309afc9dc68f612f1305ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E9=B9=8F=E8=BE=89?= <18322780655@163.com> Date: Fri, 11 Aug 2023 17:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BF=AE=E6=94=B9=E9=80=9A?= =?UTF-8?q?=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/merchant/impl/account/AccountServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluss-service-bundle/src/main/java/cn/pluss/platform/merchant/impl/account/AccountServiceImpl.java b/pluss-service-bundle/src/main/java/cn/pluss/platform/merchant/impl/account/AccountServiceImpl.java index 25c21e4..8fb703c 100644 --- a/pluss-service-bundle/src/main/java/cn/pluss/platform/merchant/impl/account/AccountServiceImpl.java +++ b/pluss-service-bundle/src/main/java/cn/pluss/platform/merchant/impl/account/AccountServiceImpl.java @@ -1233,7 +1233,7 @@ public class AccountServiceImpl extends ServiceImpl impl ysAuditServiceV2.editMerchantAudit(bankCardDTO.getUserId()); break; case "5": - laKalaInterface.merchantAudit(bankCard.getUserId()); + laKalaInterface.merchantAudit(bankCard.getUserId(),account,bankCard,accountIdCard); //等待修改接口 break;