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