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}