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