|
|
@@ -686,10 +686,10 @@
|
|
|
and intention_status != 0 and (buyer_id = #{uid,jdbcType=VARCHAR} or seller_id = #{uid,jdbcType=VARCHAR})
|
|
|
</otherwise>
|
|
|
</choose>
|
|
|
+ order by create_time desc
|
|
|
<if test="page_sql!=null">
|
|
|
${page_sql}
|
|
|
</if>
|
|
|
- order by create_time desc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectOrderListCount" resultType="java.lang.Integer">
|
|
|
@@ -722,10 +722,10 @@
|
|
|
<if test="orderNo != null and orderNo != ''">
|
|
|
a.order_no = #{orderNo,jdbcType=BIGINT}
|
|
|
</if>
|
|
|
+ order by a.create_time desc
|
|
|
<if test="page_sql!=null">
|
|
|
${page_sql}
|
|
|
</if>
|
|
|
- order by create_time desc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectFundingHistoryCount" resultType="java.lang.Integer">
|