Kaynağa Gözat

Merge remote-tracking branch 'origin/master'

kk 1 ay önce
ebeveyn
işleme
a1932d5130

+ 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">