From 1b05055e3fd184857f8ff506aefc5e18aee93290 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Fri, 1 Aug 2025 15:30:39 +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/Common/AuditingData.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index ddf9f48fe..c2aae4ef8 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -3562,7 +3562,10 @@ namespace IRaCIS.Core.Infra.EFCore.Common } - entity.RowMark = entity.OrderMark + entity.RowIndex.GetLesionMark(); + entity.RowMark = entity.OrderMark; + + + string extraIdentification = string.Empty;