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