From 237cc1b611d4f4f77334c221e232bc99a9042a64 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Tue, 9 Apr 2019 20:55:26 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B6=88=E6=81=AF][=E6=96=B0=E5=A2=9E]:?= =?UTF-8?q?=E6=9F=A5=E6=89=BE=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E7=9A=84=E6=9C=8D=E5=8A=A1=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxAuthorizerInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml b/mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml index 1ed432809..8394b673d 100644 --- a/mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml @@ -276,7 +276,7 @@ from wx_appinfo a left join wx_authorizer_info ai on a.app_id = ai.authorizer_appid where ai.open_appid = (select open_appid from wx_authorizer_info where authorizer_appid = #{authorizerAppid}) - and a.`type` = 3 and a.`tenant_id` = #{tenantId} and a.`app_id` = #{authorizerAppid} + and a.`type` = 3 and a.`tenant_id` = #{tenantId}