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

Test_IRC_Net8
he 2025-04-15 16:54:38 +08:00
parent 8bf54dfc1b
commit b5103f1940
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ namespace IRaCIS.Core.Application.Services
select new UnionDocumentWithConfirmInfoView()
{
AttachmentCount=sysDoc.SystemDocumentAttachmentList.Where(z=>z.OffLine).Count(),
AttachmentCount=sysDoc.SystemDocumentAttachmentList.Where(z=>!z.OffLine).Count(),
IsSystemDoc = true,
CurrentStaffTrainDays=sysDoc.CurrentStaffTrainDays,
NewStaffTrainDays = sysDoc.NewStaffTrainDays,