@@ -572,6 +572,7 @@ count(0)
<if test="orderType!=null ">
and (x.commodityType=#{orderType,jdbcType=INTEGER} or (#{orderType,jdbcType=INTEGER}=10 and (x.commodityType=1 or x.commodityType=0)))
</if>
+ order by x.createTime desc
<if test="page_sql!=null">
${page_sql}