diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml
index d9204ba8f..43475cea0 100644
--- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml
@@ -357,7 +357,8 @@
- and ( c.`type` < 7 or c.`type` = 10 )
+
+ and c.`type` in (1,2,3,4,5,6,10,11,12)