@@ -61,7 +61,7 @@
) t1
LEFT JOIN sys_user t2 ON t1.modifier = t2.id
ORDER BY
- t1.status ASC,
+ t1.status DESC,
t1.gmtModified DESC
</select>