@@ -1031,6 +1031,7 @@
<if test="userId != null and userId != ''">
and t.user_id = #{userId}
</if>
+ order by t.orderNum desc
</select>