From dbf66ea910ca8b36f6fb79e132c90104a6baaf74 Mon Sep 17 00:00:00 2001 From: xhxu Date: Thu, 27 Jul 2023 17:47:19 +0800 Subject: [PATCH] //..coupon_ --- mallinkService/src/main/resources/mapper/WxCouponMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml index 610d61fd9..890dc68a3 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml @@ -1626,8 +1626,8 @@ poi.status poi_status,poi.status_desc from wx_coupon c left join tt_coupon_channel_poi poi on poi.id = c.id - where c.`version` = 1 and tenant_id = #{tenantId} - and coupon_id in + where c.`version` = 1 and c.tenant_id = #{tenantId} + and c.coupon_id in #{idItem}