| | |
| | | lock = true; |
| | | |
| | | // 统一处理失败接口 |
| | | WalletGatherService walletGatherService = new WalletGatherServiceImpl(jdbcTemplate,redisHandler,walletService); |
| | | this.adminWithdrawService.saveReject(id, failure_msg, this.getUsername_login(), this.getLoginPartyId(),walletGatherService); |
| | | this.adminWithdrawService.saveReject(id, failure_msg, this.getUsername_login(), this.getLoginPartyId()); |
| | | ThreadUtils.sleep(300); |
| | | } catch (BusinessException e) { |
| | | modelAndView.addObject("error", e.getMessage()); |
| | |
| | | LockFilter.remove(id); |
| | | } |
| | | } |
| | | |
| | | |
| | | modelAndView.addObject("message", "操作成功"); |
| | | return modelAndView; |
| | | } |