稽查修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
16e5a0567f
commit
f082217e99
|
|
@ -1741,6 +1741,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
ObjectRelationParentId2 = x.SubjectVisitId,
|
||||
ObjectRelationParentId3 = x.StudyId,
|
||||
|
||||
IsDistinctionInterface=false,
|
||||
|
||||
|
||||
}, new
|
||||
{
|
||||
|
|
@ -1766,6 +1768,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
|
||||
var reason = string.Empty;
|
||||
|
||||
if (type == AuditOpt.Add)
|
||||
{
|
||||
isDistinctionInterface = false;
|
||||
}
|
||||
|
||||
#region 处理标识
|
||||
|
||||
switch (_userInfo.RequestUrl.ToLower())
|
||||
|
|
@ -1860,7 +1867,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
await InsertInspection<TaskStudy>(item.Entity as TaskStudy, type, x => new InspectionConvertDTO()
|
||||
{
|
||||
ObjectRelationParentId = x.VisitTaskId,
|
||||
},new {
|
||||
}, new
|
||||
{
|
||||
ArmEnum = armEnum,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue