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

This commit is contained in:
he
2025-04-15 16:54:38 +08:00
parent 8bf54dfc1b
commit b5103f1940
@@ -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,