瀏覽代碼

游戏修复

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>