소스 검색

Merge remote-tracking branch 'origin/master'

kk 1 개월 전
부모
커밋
a1932d5130
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      game-business/src/main/resources/mapper/business/AppGameLotteryMapper.xml

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

@@ -28,7 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="gameLotterySucc != null  and gameLotterySucc != ''"> and FIND_IN_SET(#{gameLotterySucc},game_lottery_succ) > 0</if>
             <if test="gameRecordDate != null "> and game_record_date = #{gameRecordDate}</if>
         </where>
-        order by game_record_date desc
+        order by game_date desc
     </select>
     
     <select id="selectAppGameLotteryById" parameterType="Long" resultMap="AppGameLotteryResult">