kk 1 ماه پیش
والد
کامیت
8d69ec1f4d
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      game-business/src/main/resources/mapper/business/AppGameBettingMapper.xml

+ 0 - 1
game-business/src/main/resources/mapper/business/AppGameBettingMapper.xml

@@ -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>