修复权限接口
This commit is contained in:
parent
716a5b10a1
commit
9872ee7cbd
|
|
@ -155,7 +155,12 @@ public class SystemAdminServiceImpl implements ISystemAdminService {
|
|||
}
|
||||
}
|
||||
}
|
||||
// 没有权限
|
||||
if (auths.size() <= 0) {
|
||||
auths.add("");
|
||||
}
|
||||
} else {
|
||||
// 所有权限
|
||||
auths.add("*");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue