소스 검색

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