Commit f1fc0e5d by jinxin

列表新增创建时间排序

parent 4493e8a0
...@@ -263,6 +263,7 @@ ...@@ -263,6 +263,7 @@
<if test="orderStatus != null"> <if test="orderStatus != null">
and order_status = #{orderStatus} and order_status = #{orderStatus}
</if> </if>
order by create_time
</select> </select>
<select id="queryByOrderId" resultMap="TabHaobanAppOrderMap"> <select id="queryByOrderId" resultMap="TabHaobanAppOrderMap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment