订单查询筛选店铺
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
left join tb_user_info u on o.user_id = u.id
|
||||
where 1=1
|
||||
<if test="shopId != null">
|
||||
and o.shop_id = #{shopId} and o.status != 'ing'
|
||||
and o.shop_id = #{shopId}
|
||||
</if>
|
||||
<if test="userId != null">
|
||||
and o.user_id = #{userId}
|
||||
and o.user_id = #{userId} and o.status != 'ing'
|
||||
</if>
|
||||
<if test="param.orderNo != null">
|
||||
and o.order_no = #{param.orderNo}
|
||||
|
||||
Reference in New Issue
Block a user