Compare commits

..

No commits in common. "7ed35400b99a7ae102a6ef0d0169507a0d8cdaa0" and "1e495270a90d07628263858316d792da6a414218" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ public class GamesXKServiceImpl implements IGamesService {
gameExchangeMoneyService.insertGameExchangeMoney(exchangeMoney); gameExchangeMoneyService.insertGameExchangeMoney(exchangeMoney);
} else { } else {
log.error("GamesXKServiceImpl [exchangeTransferByAgentId] 金额转移失败,错误代码{},错误信息{}", exchangeMoneyResponse.getCode(), exchangeMoneyResponse.getMsg()); log.error("GamesXKServiceImpl [exchangeTransferByAgentId] 金额转移失败,错误代码{},错误信息{}", exchangeMoneyResponse.getCode(), exchangeMoneyResponse.getMsg());
throw new BaseException(exchangeMoneyResponse.getMsg()); throw new BaseException(MessageUtils.message("game.account.balance.transfer.failed"));
} }
return exchangeMoney.getId(); return exchangeMoney.getId();