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