修复问题

main-p
998998 2025-02-24 17:45:16 +08:00
parent 365da941c9
commit 6b2390f5e7
1 changed files with 1 additions and 1 deletions

View File

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