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();