1
zj
2024-09-05 70eababa47e64edbc36c32f8ca6058963288591d
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);