|
|
|
@@ -273,10 +273,10 @@ |
|
|
|
<select id="findMp" parameterType="com.iformall.domain.vo.WxWeappInfo" resultMap="VBaseResultMap"> |
|
|
|
select |
|
|
|
<include refid="allVColumns"/> |
|
|
|
from wx_authorizer_info ai |
|
|
|
left join wx_appinfo a on a.app_id = ai.authorizer_appid |
|
|
|
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.`type` = 3 and a.`tenant_id` = #{tenantId} and a.`app_id` = #{authorizerAppid} |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
|