Signed-off-by: anderx <312518615@qq.com>
@@ -309,7 +309,7 @@
<if test="startTime != null and endTime != null">
and create_time between #{startTime} and #{endTime}
</if>
- order by create_time
+ order by status,create_time
<if test="page_sql!=null">
${page_sql}