|
@@ -1110,8 +1110,7 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserMapper, SysUser> impl
|
|
|
if (SecurityUtils.getRoles().contains(1) || SecurityUtils.getRoles().contains(2)) {
|
|
|
return baseMapper.getUserVosPage(page, userDTO, new DataScope());
|
|
|
} else if (SecurityUtils.getRoles().contains(19)) {
|
|
|
- // CMS用户没有查询权限
|
|
|
- return new Page();
|
|
|
+ return baseMapper.getUserVosPage(page, userDTO, new DataScope());
|
|
|
}
|
|
|
Integer deptId = userDTO.getDeptId();
|
|
|
// if (null != userDTO.getDeptId()) {
|