修复明显笔误

pull/57/head
xjt283525476 2018-12-27 19:41:56 +08:00
parent c6e4daedd4
commit aac46aa353
1 changed files with 1 additions and 1 deletions

View File

@ -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(",")));
}