Compare commits
No commits in common. "7ed35400b99a7ae102a6ef0d0169507a0d8cdaa0" and "1e495270a90d07628263858316d792da6a414218" have entirely different histories.
7ed35400b9
...
1e495270a9
|
@ -356,7 +356,7 @@ public class GamesXKServiceImpl implements IGamesService {
|
|||
gameExchangeMoneyService.insertGameExchangeMoney(exchangeMoney);
|
||||
} else {
|
||||
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();
|
||||
|
|
Loading…
Reference in New Issue