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);