|
@@ -1112,7 +1112,7 @@ public class RoleManageServiceImpl implements IRoleManageService {
|
|
|
criA.where().andInStrList("cs", list);
|
|
|
}
|
|
|
} else {
|
|
|
- criA.where().andInStrList("country", dto.getGameCountryList());
|
|
|
+ criA.where().andInStrList("cs", dto.getGameCountryList());
|
|
|
}
|
|
|
if (CollectionUtils.isNotEmpty(dto.getGameId())) {
|
|
|
criA.where().andInList("game_id", dto.getGameId());
|