|
|
@@ -700,9 +700,9 @@
|
|
|
a.reject_reason as rejectReason,a.status from t_order_invoice a left join t_order_new b
|
|
|
on a.order_no=b.order_no where a.status !=4
|
|
|
<if test="orderNo !=null">
|
|
|
- and order_no = #{orderNo,jdbcType=VARCHAR}
|
|
|
+ and a.order_no = #{orderNo,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
- order by create_time desc
|
|
|
+ order by a.create_time desc
|
|
|
<if test="page_sql!=null">
|
|
|
${page_sql}
|
|
|
</if>
|