From 70eababa47e64edbc36c32f8ca6058963288591d Mon Sep 17 00:00:00 2001 From: zj <1772600164@qq.com> Date: Thu, 05 Sep 2024 15:23:23 +0800 Subject: [PATCH] 1 --- src/main/java/project/web/api/WithdrawController.java | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/main/java/project/web/api/WithdrawController.java b/src/main/java/project/web/api/WithdrawController.java index fc6e02c..3f2924c 100644 --- a/src/main/java/project/web/api/WithdrawController.java +++ b/src/main/java/project/web/api/WithdrawController.java @@ -185,8 +185,7 @@ withdraw.setDeviceIp(this.getIp()); // 保存 - WalletGatherService walletGatherService = new WalletGatherServiceImpl(jdbcTemplate,redisHandler,walletService); - this.withdrawService.saveApply(withdraw, channel, null, googleCode,walletGatherService); + this.withdrawService.saveApply(withdraw, channel, null, googleCode); Log log = new Log(); Party party = this.partyService.cachePartyBy(partyId, false); -- Gitblit v1.9.3