From 80e60b0a8109894b0c91281f224a33e7296e797f Mon Sep 17 00:00:00 2001 From: xhxu Date: Tue, 8 Jun 2021 10:36:09 +0800 Subject: [PATCH] tt --- mallinkService/src/main/resources/mapper/TtCouponMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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