Commit 0fea4a75 authored by fangxinjiang's avatar fangxinjiang

超管配置-fxj

parent d0d08948
......@@ -117,9 +117,9 @@ public class SecurityUtils {
if (roleList == null || roleList.isEmpty()) {
return false;
}
// SSC开发组-1668092146875969537L 超管1
// 超管1
for (Long role : roleList) {
if (role == 1668092146875969537L || role == 1L) {
if (role == 1L) {
return true;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment