From 5d732e6fa1bba2a9819362a3eca9fdf32fedf921 Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 25 Apr 2022 10:57:38 +0800 Subject: [PATCH] //update --- .../src/main/resources/mapper/WxCouponChannelMapper.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml index fb281a6b7..4b63d6419 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml @@ -246,15 +246,12 @@ cc.`target_ad`,cc.`business`,cc.`sub_business`,cc.`show_begin_time`,cc.`begin_time`,cc.`end_time`,cc.`status`, cc.`create_date`,cc.`update_date`,cc.`sub_target_id`,cc.qr_code,cc.tt_spu_id from wx_coupon_channel cc - where cc.status = 0 + where cc.`tenant_id` = #{tenantId} and cc.`id` = #{id} - - and cc.`tenant_id` = #{tenantId} - and cc.`parent_tenant_id` = #{parentTenantId}