Browse Source

[拼团][修改][待支付]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
ee17ef33b4
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

@@ -258,7 +258,7 @@
from wx_coupon c,wx_order o from wx_coupon c,wx_order o
left join wx_coupon_order co on co.order_id = o.id left join wx_coupon_order co on co.order_id = o.id
left join wx_coupon_action_log cal on cal.coupon_order_id = co.id left join wx_coupon_action_log cal on cal.coupon_order_id = co.id
where o.product_id = c.id
where o.product_id = c.id and o.order_status in (0,1,2,3,4,5)
<if test="cUserId != null"> <if test="cUserId != null">
and o.c_user_id = #{cUserId} and o.c_user_id = #{cUserId}
</if> </if>


Loading…
Cancel
Save