From 85bcb93303fa028c83ba64c55b50fd06e08eb762 Mon Sep 17 00:00:00 2001 From: xhxu Date: Tue, 1 Dec 2020 13:51:21 +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 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 )