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}