diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml
index f07533d65..88f51900c 100644
--- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml
@@ -349,7 +349,7 @@
- and ( c.`type` < 7 or type c.`type` = 10 )
+ and ( c.`type` < 7 or c.`type` = 10 )