Compare commits

..

No commits in common. "e94ffb965e8c9575f1d6f6ca225e45cdf57c0403" and "c129a7c94cec327faf1abb0dca4be29ab526c9d7" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ public class GamesPGServiceImpl implements IGamesService {
}
String platform = ngPlatforms.getPlatform();
List<Game> games = gameService.selectGameDTOList(GameDTO.builder().gameName(resultBean.getGameName()).platformCode(platform).build());
List<Game> games = gameService.selectGameDTOList(GameDTO.builder().platformCode(platform).build());
if (CollectionUtils.isEmpty(games)) {
return null;
}