diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index a00b0117a..4e9476e5e 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -832,7 +832,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common var userTypeName = string.Join(",", userTypeNameList); await InsertInspection(entity, type, x => new InspectionConvertDTO() { - IsDistinctionInterface = true + IsDistinctionInterface = false }, new { NeedConfirmedUserType = userTypeName, @@ -861,7 +861,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common var usertypeName = string.Join(",", usertypeNames); await InsertInspection(entity, type, x => new InspectionConvertDTO() { - IsDistinctionInterface = true, + IsDistinctionInterface = false, ObjectRelationParentId = x.TrialId }, new