diff --git a/mallinkService/src/main/resources/mapper/TtCouponMapper.xml b/mallinkService/src/main/resources/mapper/TtCouponMapper.xml
index 03fedde68..2199db1fa 100644
--- a/mallinkService/src/main/resources/mapper/TtCouponMapper.xml
+++ b/mallinkService/src/main/resources/mapper/TtCouponMapper.xml
@@ -144,7 +144,7 @@
select
from tt_coupon c
- left join wx_merchant m on m.id = c.merchant_id
+ left join wx_merchant m on m.id = c.merchant_id and m.status = 1