From b81619d8547ae53dd0384e3deff611fbda5d0bc9 Mon Sep 17 00:00:00 2001 From: "{872297557@qq.com}" <872297557@qq.com> Date: Thu, 29 Dec 2022 17:47:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E9=98=85?= =?UTF-8?q?=E7=89=87=E5=8D=95=E5=85=83=E7=A8=BD=E6=9F=A5?= 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, 4 insertions(+) diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 9bc349804..2d27a3296 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -507,6 +507,10 @@ namespace IRaCIS.Core.Infra.EFCore.Common { extraIdentification = $"/{cloneEntity.ParentCode}"; } + else + { + extraIdentification = $"/{cloneEntity.ParentCode}/IsTrial"; + } await InsertInspection(cloneEntity, type, x => new InspectionConvertDTO()