From 18d2ea7d3117e9d752a5280157a3a9eb5fb61f70 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 22 Jul 2025 16:18:01 +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 c2627720d..cc087a636 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -3172,7 +3172,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common bool isDistinctionInterface = true; var customPrefix=string.Empty; // 自定义表格 和问题添加标记的时候 要记录为 添加标记 - if ((_userInfo.RequestUrl == "ReadingImageTask/saveVisitTaskQuestions" + if ((_userInfo.RequestUrl == "SaveTaskQuestion/-10" || _userInfo.RequestUrl == "saveTableQuestionMark/-10") && type== "Add") { isDistinctionInterface = false;