diff --git a/GDZZ.Core/Service/Notice/SysNoticeService.cs b/GDZZ.Core/Service/Notice/SysNoticeService.cs index 4c8d6c6..ac0dee6 100644 --- a/GDZZ.Core/Service/Notice/SysNoticeService.cs +++ b/GDZZ.Core/Service/Notice/SysNoticeService.cs @@ -226,6 +226,7 @@ public class SysNoticeService : ISysNoticeService, IDynamicApiController, ITrans .ToListAsync(); var count = await _sysNoticeRep.AsQueryable().InnerJoin((n, u) => n.Id == u.NoticeId).Where((n, u) => u.UserId == UserManager.UserId && u.ReadStatus == NoticeUserStatus.UNREAD).CountAsync(); + List noticeClays = new List(); int index = 0; foreach (var item in dic)