@@ -70,10 +70,7 @@ public class NoticeServiceImpl extends BaseMybatisDao<NoticeMapper> implements N
@Override
public int findUnreadNoticeCount() {
String aid = null;
- if (!TokenManager.hasRole(AFTConstants.SUPERADMIN)) {
aid = TokenManager.getAdminId();
- }
-
return noticeMapper.selectUnreadedCount(aid);
}