From 7daf10cbd0396c2bf8a0cde04a7c7b07322bad2d Mon Sep 17 00:00:00 2001 From: xhxu Date: Thu, 27 Jul 2023 17:41:03 +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 52ad08ce7..610d61fd9 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml @@ -1621,9 +1621,9 @@ where c.`version` = 1 and coupon_id = #{couponId} and tenant_id = #{tenantId} - select c.`id`,c.`coupon_id`,c.`version`,c.`tenant_id`,c.`parent_tenant_id`, - ,poi.status poi_status,poi.status_desc + 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}