-将 ApiGameInfoResponseDTO 中的 systemGameId 字段类型从 Long 改为 String - 在 GameMapper.xml 中添加 game_id 字段的查询 - 更新 GamesPGServiceImpl 中的代码,使用 game.getGameId() 替代 game.getId() |
||
---|---|---|
.. | ||
java/com/ff/base | ||
resources/mapper/system |
-将 ApiGameInfoResponseDTO 中的 systemGameId 字段类型从 Long 改为 String - 在 GameMapper.xml 中添加 game_id 字段的查询 - 更新 GamesPGServiceImpl 中的代码,使用 game.getGameId() 替代 game.getId() |
||
---|---|---|
.. | ||
java/com/ff/base | ||
resources/mapper/system |