Commit 43eb6bb8 authored by jiaorz's avatar jiaorz

订单详情修改

parent ed31d5f9
......@@ -6,7 +6,7 @@
select oad.*, bo.picture as image, bo.no as orderNo,bo.user_id, bo.goods_amount, bo.real_amount, bo.`status`, bo.crt_time as orderTime from order_active_detail oad
LEFT JOIN base_order bo on bo.id = oad.order_id
<where>
<if test="oneNo != null and oneNo != ''">
<if test="no != null and no != ''">
and bo.no = #{no}
</if>
<if test="userId != null and userId > 0">
......
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