소스 검색

更改排序

dos 2 달 전
부모
커밋
243bb8b389
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      game-business/src/main/resources/mapper/business/AppUsersAuthMapper.xml

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

@@ -42,7 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="cerNo != null  and cerNo != ''"> and cer_no = #{cerNo}</if>
             <if test="status != null "> and status = #{status}</if>
         </where>
-        order by uptime desc , addtime desc
+        order by status asc,addtime desc
     </select>
     
     <select id="selectAppUsersAuthByUid" parameterType="Long" resultMap="AppUsersAuthResult">