x修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
1b830b386e
commit
d125ff6324
|
@ -864,7 +864,7 @@ namespace IRaCIS.Core.Application.Services
|
||||||
|
|
||||||
if (sysDataList.Any(y => y.Id == item.Id))
|
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)
|
if (item.IsSystemDoc)
|
||||||
|
|
Loading…
Reference in New Issue