From be94cda98704d5f076c76ac6515fae72e3fcc0d0 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 5 Sep 2022 10:38:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A8=BD=E6=9F=A5=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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