Skip to content

Commit

Permalink
feat:蓝盾APP Oauth2授权登录实现 #9353
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Oct 23, 2023
1 parent e1c13aa commit a152f56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DefaultDeptServiceImpl : DeptService {

override fun getUserInfoAndWaterMark(userId: String): UserAndDeptInfoVo? = UserAndDeptInfoVo(
id = 0,
name = name,
name = userId,
type = ManagerScopesEnum.USER
)
}

0 comments on commit a152f56

Please sign in to comment.