Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
server
/
formallProject
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
[消息][新增]:查找小程序对应的服务号
release_toaliyun_real
Stormeye Wu
hace 7 años
padre
52edb55b44
commit
237cc1b611
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml
Ver fichero
@@ -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>
Escribir
Vista previa
Cargando…
Cancelar
Guardar