|
|
@@ -276,7 +276,7 @@ |
|
|
from wx_appinfo a |
|
|
from wx_appinfo a |
|
|
left join wx_authorizer_info ai on a.app_id = ai.authorizer_appid |
|
|
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}) |
|
|
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} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|