@@ -49,7 +49,6 @@
group by game_date
) tmp
left join app_game_lottery agl on agl.game_date = tmp.gameDate and agl.game_id = #{gameId}
- where agl.is_lottery = 1
order by tmp.gameDate desc
</select>