|
|
@@ -1813,7 +1813,7 @@ select a.id, b.contract_no contractNo,a.order_no as orderNo,c.nickname as userNa
|
|
|
<if test="tStarTime !=null and tEndTime !=null">
|
|
|
and a.start_time between #{tStarTime,jdbcType=VARCHAR} and #{tEndTime,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
- order by dun_status,a.create_time desc
|
|
|
+ order by dun_status,a.start_time desc
|
|
|
<if test="page_sql!=null">
|
|
|
${page_sql}
|
|
|
</if>
|