Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
0fea4a75
Commit
0fea4a75
authored
May 22, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
超管配置-fxj
parent
d0d08948
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
SecurityUtils.java
...loud/plus/v1/yifu/common/security/util/SecurityUtils.java
+2
-2
No files found.
yifu-common/yifu-common-security/src/main/java/com/yifu/cloud/plus/v1/yifu/common/security/util/SecurityUtils.java
View file @
0fea4a75
...
@@ -117,9 +117,9 @@ public class SecurityUtils {
...
@@ -117,9 +117,9 @@ public class SecurityUtils {
if
(
roleList
==
null
||
roleList
.
isEmpty
())
{
if
(
roleList
==
null
||
roleList
.
isEmpty
())
{
return
false
;
return
false
;
}
}
//
SSC开发组-1668092146875969537L
超管1
// 超管1
for
(
Long
role
:
roleList
)
{
for
(
Long
role
:
roleList
)
{
if
(
role
==
1
668092146875969537L
||
role
==
1
L
)
{
if
(
role
==
1L
)
{
return
true
;
return
true
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment