Browse Source

[C端][修改]:砍价频道不显示直接购买的砍价券

release_toaliyun_real
hupeng 7 years ago
parent
commit
2163b1db4d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml View File

@@ -652,7 +652,7 @@
<include refid="allOrderPressListColumns"/>
from wx_coupon c,wx_order o
left join wx_coupon_order co on co.order_id = o.id
where o.product_id = c.id and c.type = 8
where o.product_id = c.id and c.type = 8 and o.order_status in (6,7,8,9)
<if test="cUserId != null">
and o.c_user_id = #{cUserId}
</if>


Loading…
Cancel
Save