From 8573e896997cec47c441fd97409298b87cd13e29 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Fri, 15 Mar 2019 13:02:52 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E6=88=91=E7=9A=84=E6=8B=BC=E5=9B=A2]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml b/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml index 6d3a83a20..653c6873f 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml @@ -78,7 +78,7 @@ left join wx_coupon_channel cc on c.id=cc.coupon_id where o.tenant_id=#{tenantId} - and o.c_user_id=#{cUserId} and o.order_status not in(0,1,2,3) + and o.c_user_id=#{cUserId} and o.order_status not in(0,1,2,3,14) and o.id=#{id}