From 963d5de5eecaf8bcfc176a43e5be897d166648c4 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 26 Apr 2022 09:05:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Infra.EFCore/Repository/Repository.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Infra.EFCore/Repository/Repository.cs b/IRaCIS.Core.Infra.EFCore/Repository/Repository.cs index c363c3aa..8597757a 100644 --- a/IRaCIS.Core.Infra.EFCore/Repository/Repository.cs +++ b/IRaCIS.Core.Infra.EFCore/Repository/Repository.cs @@ -60,6 +60,7 @@ namespace IRaCIS.Core.Infra.EFCore await _dbSet.AddAsync(entity).ConfigureAwait(false); + // 添加稽查 await AddInspectionAsync(entity, isSaveAudit); if (autoSave) @@ -672,7 +673,7 @@ namespace IRaCIS.Core.Infra.EFCore SubjectCode = data.Code, IsSign = false, CreateTime = createtime, - Identification = "Init|Subject|Status|Subject", + Identification = "Init|Subject|Status|Subject", // 初始化受试者信息 JsonDetail = entity.ToJcJson() }); }