From 935dafb917b734490e83cf1d5f9dd250c480f9bd Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Mon, 4 Aug 2025 18:03:33 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 9d4d7eed9..c1565f8c4 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -3861,7 +3861,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common } - entity.RowMark = entity.OrderMark; + entity.RowMark = entity.OrderMark+ entity.RowIndex.GetLesionMark();