Compare commits
2 Commits
c129a7c94c
...
e94ffb965e
Author | SHA1 | Date |
---|---|---|
|
e94ffb965e | |
|
0c311139dd |
|
@ -650,7 +650,7 @@ public class GamesPGServiceImpl implements IGamesService {
|
|||
}
|
||||
|
||||
String platform = ngPlatforms.getPlatform();
|
||||
List<Game> games = gameService.selectGameDTOList(GameDTO.builder().platformCode(platform).build());
|
||||
List<Game> games = gameService.selectGameDTOList(GameDTO.builder().gameName(resultBean.getGameName()).platformCode(platform).build());
|
||||
if (CollectionUtils.isEmpty(games)) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue