@@ -30,6 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="lotteryCount != null "> and lottery_count = #{lotteryCount}</if>
<if test="consecutive != null "> and consecutive = #{consecutive}</if>
</where>
+ order by item_location asc
</select>
<select id="selectAppGameItemById" parameterType="Long" resultMap="AppGameItemResult">