diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index 95028f75c..5f94c0839 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -669,7 +669,7 @@ inner join wx_coupon c on co.coupon_id = c.id inner join wx_card_info a on co.id=a.id where 1=1 - and co.coupon_type = 100 + and co.coupon_type in (100,101) and co.tenant_id = #{tenantId}