|
|
|
@ -67,7 +67,7 @@ public class SysRoleServiceImpl implements ISysRoleService
|
|
|
|
|
Set<String> permsSet = new HashSet<>();
|
|
|
|
|
for (SysRole perm : perms)
|
|
|
|
|
{
|
|
|
|
|
if (StringUtils.isNotNull(perms))
|
|
|
|
|
if (StringUtils.isNotNull(perm))
|
|
|
|
|
{
|
|
|
|
|
permsSet.addAll(Arrays.asList(perm.getRoleKey().trim().split(",")));
|
|
|
|
|
}
|
|
|
|
|