소스 검색

游戏修复

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>