Compare commits
No commits in common. "e94ffb965e8c9575f1d6f6ca225e45cdf57c0403" and "c129a7c94cec327faf1abb0dca4be29ab526c9d7" have entirely different histories.
e94ffb965e
...
c129a7c94c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue