Procházet zdrojové kódy

[消息][新增]:查找小程序对应的服务号

release_toaliyun_real
Stormeye Wu před 7 roky
rodič
revize
237cc1b611
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml Zobrazit soubor

@@ -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}
</select>




Načítá se…
Zrušit
Uložit