1
zj
2025-01-17 42ba802e77dea3e36fb24468919bdca111468a5c
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);