ludc
2023-03-28 bf12237f0cedf8c2a9f0fe298f457772790c7d86
Source/BladeX/blade-auth/src/main/java/org/springblade/auth/constant/AuthConstant.java
@@ -31,7 +31,7 @@
   /**
    * pl_sys_client表字段
    */
   String CLIENT_FIELDS = "client_id, CONCAT('{noop}',client_secret) as client_secret, resource_ids, scope, authorized_grant_types, " +
   String CLIENT_FIELDS = "client_id, CONCAT('{noop}',client_secret) as client_secret, Autowired_ids, scope, authorized_grant_types, " +
      "web_server_redirect_uri, authorities, access_token_validity, " +
      "refresh_token_validity, additional_information, autoapprove";