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