From 411d934f2ead26c2b691033731ddf7a376cea86c Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 11 Oct 2021 16:14:08 +0800 Subject: [PATCH] update gift --- mallinkService/src/main/resources/mapper/WxCouponMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml index d9204ba8f..43475cea0 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml @@ -357,7 +357,8 @@ - and ( c.`type` < 7 or c.`type` = 10 ) + + and c.`type` in (1,2,3,4,5,6,10,11,12)