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}