From 224f661760f56fd999347f42bbab5dbe922df80c Mon Sep 17 00:00:00 2001 From: xhxu Date: Tue, 1 Dec 2020 11:06:18 +0800 Subject: [PATCH] bug --- mallinkService/src/main/resources/mapper/WxCouponMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml index 3b9597f26..f07533d65 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 + and ( c.`type` < 7 or type c.`type` = 10 )