浏览代码

修改查询选项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">