瀏覽代碼

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