|
@@ -309,7 +309,7 @@
|
|
|
<if test="startTime != null and endTime != null">
|
|
<if test="startTime != null and endTime != null">
|
|
|
and create_time between #{startTime} and #{endTime}
|
|
and create_time between #{startTime} and #{endTime}
|
|
|
</if>
|
|
</if>
|
|
|
- order by create_time
|
|
|
|
|
|
|
+ order by status,create_time
|
|
|
<if test="page_sql!=null">
|
|
<if test="page_sql!=null">
|
|
|
${page_sql}
|
|
${page_sql}
|
|
|
</if>
|
|
</if>
|