diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 31e4df283..812648e87 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -3149,19 +3149,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common generalId = IdentifierHelper.CreateGuid(entity.VisitTaskId.ToString(), entity.QuestionId.ToString(), entity.RowId.ToString(), entity.TableQuestionId.ToString(), "ReadingTaskQuestionMark"); } - var notDistinctionInterfaceUrl= new string[] { - "saveTableQuestionMark/-10", - "SaveTaskQuestion/-10", - "ReadingImageTask/submitCustomTag", - }; - - await InsertInspection(entity, type, x => new InspectionConvertDTO() { VisitTaskId = entity.VisitTaskId, GeneralId = generalId, ObjectRelationParentId = entity.VisitTaskId, - IsDistinctionInterface = notDistinctionInterfaceUrl.Contains(_userInfo.RequestUrl) ? false : true, }, new {