luowei 1 éve
szülő
commit
5da3d90861

+ 0 - 1
soc-modules/soc-modules-core/src/main/java/com/xunmei/core/information/service/impl/CoreMessageCenterServiceImpl.java

@@ -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;