Explorar el Código

更新sql

tags/v2.5.0
xiaoying hace 1 año
padre
commit
a5c58727b1
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      tuoheng_oidc_admin/src/main/resources/mapper/ClientUserMapper.xml

+ 3
- 1
tuoheng_oidc_admin/src/main/resources/mapper/ClientUserMapper.xml Ver fichero

@@ -33,7 +33,9 @@
enabled,
tenant_id,
is_tenant,
role_id
role_id,
is_expire,
is_able
FROM users
WHERE id = #{userId}
</select>

Cargando…
Cancelar
Guardar