From d47d74d6d108477e30432f66cc8f2898763a2d79 Mon Sep 17 00:00:00 2001 From: "{872297557@qq.com}" <872297557@qq.com> Date: Fri, 9 Dec 2022 14:21:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=97=85=E7=81=B6=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index c6616254d..77193b813 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -677,11 +677,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common //if (_userInfo.RequestUrl == " ReadingImageTask/splitLesion") - var originalName = string.Empty; + var originalRowMark = string.Empty; if (entity.SplitRowId != null) { - originalName= await _dbContext.ReadingTableAnswerRowInfo.Where(t => t.Id == entity.SplitRowId).Select(t => t.RowMark).FirstOrDefaultAsync(); + originalRowMark = await _dbContext.ReadingTableAnswerRowInfo.Where(t => t.Id == entity.SplitRowId).Select(t => t.RowMark).FirstOrDefaultAsync(); } @@ -700,7 +700,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common }, new { - OriginalName= originalName, + OriginalRowMark = originalRowMark, //TableName = tableName, QuestionAnswerList =