mirror of https://gitee.com/y_project/RuoYi.git
修复明显笔误
parent
c6e4daedd4
commit
aac46aa353
|
@ -67,7 +67,7 @@ public class SysRoleServiceImpl implements ISysRoleService
|
||||||
Set<String> permsSet = new HashSet<>();
|
Set<String> permsSet = new HashSet<>();
|
||||||
for (SysRole perm : perms)
|
for (SysRole perm : perms)
|
||||||
{
|
{
|
||||||
if (StringUtils.isNotNull(perms))
|
if (StringUtils.isNotNull(perm))
|
||||||
{
|
{
|
||||||
permsSet.addAll(Arrays.asList(perm.getRoleKey().trim().split(",")));
|
permsSet.addAll(Arrays.asList(perm.getRoleKey().trim().split(",")));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue