@@ -415,7 +415,7 @@
AND u.gmt_create BETWEEN #{userOrg.startTime} and #{userOrg.endTime}
</if>
AND u.auth_status = 1
- ORDER BY u.gmt_create DESC
+ ORDER BY u.passauth_time DESC
</select>
<select id="queryAuthentication" resultType="com.diagbot.dto.AuthenticationDTO">
SELECT