فهرست منبع

修改查询选项list

kk 2 هفته پیش
والد
کامیت
45edf18350
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      game-business/src/main/resources/mapper/business/AppGameItemMapper.xml

+ 1 - 0
game-business/src/main/resources/mapper/business/AppGameItemMapper.xml

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