x修改
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
he 2025-04-16 13:28:00 +08:00
parent 1b830b386e
commit d125ff6324
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ namespace IRaCIS.Core.Application.Services
if (sysDataList.Any(y => y.Id == item.Id))
{
item.AttachmentCount = sysDataList.Where(y => y.Id == item.Id).Select(x => x.SystemDocumentAttachmentList.Count()).FirstOrDefault();
item.AttachmentCount = sysDataList.Where(y => y.Id == item.Id).Select(x => x.SystemDocumentAttachmentList.Where(z=>!z.OffLine).Count()).FirstOrDefault();
}
if (item.IsSystemDoc)