From 87948d888909527d59f09a6e80dceeca6a119641 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Fri, 8 Nov 2019 12:59:40 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=9B=86=E5=9B=A2=E7=89=88][=E6=96=B0?= =?UTF-8?q?=E5=A2=9E]:=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxQuestionMapper.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxQuestionMapper.xml b/mallinkService/src/main/resources/mapper/WxQuestionMapper.xml index 6e4b0062b..d51f066fc 100644 --- a/mallinkService/src/main/resources/mapper/WxQuestionMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxQuestionMapper.xml @@ -4,12 +4,11 @@ - - `id`,`tenant_id`,`sub_tenant_id`,`content` + `id`,`tenant_id`,`content` @@ -23,10 +22,6 @@ and `tenant_id` = #{tenantId} - - and `sub_tenant_id` = #{subTenantId} - - and `content` = #{content}