From 88ec2a70050c97273b411e29dae094c2f9d6d573 Mon Sep 17 00:00:00 2001 From: winter Date: Wed, 4 Jan 2023 23:20:59 +0800 Subject: [PATCH] fix bug --- mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml b/mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml index 5bf630f4b..d869ab7de 100644 --- a/mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml @@ -75,7 +75,7 @@ and `create_date` between #{startdate} and #{enddate} - and ci.coupon_id in + and coupon_id in #{cidItem}