Sequel 多字段查询IN

blueHeroCompanions = blueTeamHeroIds.combination(2).to_a
redHeroCompanions = redTeamHeroIds.combination(2).to_a
heroCompetitions += blueHeroCompanions + redHeroCompanions
data = KoreaGameMutilHeroRelationStat.where(game_version: gameVersion).where([:riot_hero_id_a, :riot_hero_id_b] => heroCompetitions).all