修改签署文档
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
0585966215
commit
7fed9cdceb
|
|
@ -302,6 +302,7 @@ namespace IRaCIS.Core.Application.Services
|
||||||
{
|
{
|
||||||
AttachmentCount=sysDoc.SystemDocumentAttachmentList.Where(z=>!z.OffLine).Count(),
|
AttachmentCount=sysDoc.SystemDocumentAttachmentList.Where(z=>!z.OffLine).Count(),
|
||||||
IsSystemDoc = true,
|
IsSystemDoc = true,
|
||||||
|
IsPublish=sysDoc.IsPublish,
|
||||||
CurrentStaffTrainDays=sysDoc.CurrentStaffTrainDays,
|
CurrentStaffTrainDays=sysDoc.CurrentStaffTrainDays,
|
||||||
NewStaffTrainDays = sysDoc.NewStaffTrainDays,
|
NewStaffTrainDays = sysDoc.NewStaffTrainDays,
|
||||||
Id = sysDoc.Id,
|
Id = sysDoc.Id,
|
||||||
|
|
@ -327,6 +328,7 @@ namespace IRaCIS.Core.Application.Services
|
||||||
//UserTypeShortName = user.UserTypeRole.UserTypeShortName
|
//UserTypeShortName = user.UserTypeRole.UserTypeShortName
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
var list = await query
|
var list = await query
|
||||||
//过滤掉删除的,并且没有签名的
|
//过滤掉删除的,并且没有签名的
|
||||||
.Where(t => !(t.IsDeleted == true && t.ConfirmTime == null))
|
.Where(t => !(t.IsDeleted == true && t.ConfirmTime == null))
|
||||||
|
|
|
||||||
|
|
@ -969,6 +969,7 @@ namespace IRaCIS.Core.Application.Services
|
||||||
IsSystemDoc = true,
|
IsSystemDoc = true,
|
||||||
SysDocUserSignType = sysDoc.DocUserSignType,
|
SysDocUserSignType = sysDoc.DocUserSignType,
|
||||||
IsConfirmIdentityUserInner = identityUser.IsZhiZhun,
|
IsConfirmIdentityUserInner = identityUser.IsZhiZhun,
|
||||||
|
IsPublish=sysDoc.IsPublish,
|
||||||
Id = sysDoc.Id,
|
Id = sysDoc.Id,
|
||||||
CreateTime = sysDoc.CreateTime,
|
CreateTime = sysDoc.CreateTime,
|
||||||
IsDeleted = sysDoc.IsDeleted,
|
IsDeleted = sysDoc.IsDeleted,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue