@@ -2113,7 +2113,7 @@ inner join(
<if test="startTime!=null and endTime !=null">
and a.create_time between #{startTime} and #{endTime}
</if>
- order by a.status
+ order by a.status ,a.create_time desc
<if test="page_sql != null">
${page_sql}