Compare commits
2 Commits
c129a7c94c
...
e94ffb965e
Author | SHA1 | Date |
---|---|---|
|
e94ffb965e | |
|
0c311139dd |
|
@ -650,7 +650,7 @@ public class GamesPGServiceImpl implements IGamesService {
|
||||||
}
|
}
|
||||||
|
|
||||||
String platform = ngPlatforms.getPlatform();
|
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)) {
|
if (CollectionUtils.isEmpty(games)) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue