|
|
@@ -97,7 +97,6 @@ public class CoreMessageCenterServiceImpl extends ServiceImpl<CoreMessageCenterM
|
|
|
Integer integer1 = baseMapper.selectNoRead(userId);
|
|
|
//通知
|
|
|
LoginUser loginUser = SecurityUtils.getLoginUser();
|
|
|
- SysOrg sysOrg = remoteOrgService.selectSysOrgById(loginUser.getOrgId(), SecurityConstants.INNER);
|
|
|
List<SysRole> roleByUserId = remoteRoleService.getRoleByUserId(loginUser.getUserid(), SecurityConstants.INNER);
|
|
|
List<Long> collect = roleByUserId.stream().map(SysRole::getId).collect(Collectors.toList());
|
|
|
Long[] roles;
|