|
|
@@ -1152,7 +1152,11 @@
|
|
|
<if test="starTime !=null and endTime !=null">
|
|
|
and a.sign_time between #{starTime,jdbcType=VARCHAR} and #{endTime,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
- order by a.order_status,a.create_time desc
|
|
|
+ order by
|
|
|
+ <if test="specially == 4">
|
|
|
+ a.process_status,
|
|
|
+ </if>
|
|
|
+ a.order_status,a.create_time desc
|
|
|
<if test="page_sql!=null">
|
|
|
${page_sql}
|
|
|
</if>
|