|
@@ -2467,7 +2467,7 @@ public class GameDataServiceImpl implements IGameDataService {
|
|
|
cri.where().andLike("a.game_name", dto.getGameName());
|
|
|
}
|
|
|
if (StringUtils.isNotBlank(dto.getSourceSystem())) {
|
|
|
- cri.where().andLike("a.source_system", dto.getSourceSystem());
|
|
|
+ cri.where().andEquals("a.source_system", dto.getSourceSystem());
|
|
|
}
|
|
|
if (null != dto.getGameId()) {
|
|
|
cri.where().andEquals("a.game_id", dto.getGameId());
|