refactor(game): 重构游戏列表和金额转移相关逻辑

- 更新了 PGX、SA 和 XK游戏平台的游戏列表获取逻辑- 优化了游戏数据插入和更新的处理流程
- 改进了金额转移的处理方式,增加了状态和步骤记录
-调整了投注记录获取的接口调用方式
- 优化了代码结构,移除了不必要的注释和冗余代码
main-pgt
shi 2025-04-09 09:18:47 +08:00
parent c45f69fcb2
commit 6e1afc61b0
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@ public class GamesXKServiceImpl implements IGamesService {
for (XKGamesDTO.DataBean gamesDataDTO : xkGamesDTO.getData()) {
Integer platformType = XKGameType.findSystemByCode(gamesDataDTO.getGameCategoryId());
Game game = Game.builder()
//.platformId(gamePlatform.getId())
.platformCode(GamePlatforms.XK.getCode())
.platformType(platformType)
.gameCode(String.valueOf(gamesDataDTO.getGameId()))