From 228e50c3df20ee83ff99d8ff4ea4882e54aad653 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Mon, 28 Jul 2025 17:04:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=BD=E6=9F=A5=E5=9B=BE=E7=89=87=E4=BF=AE?= =?UTF-8?q?=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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 6a7abc489..40138eb90 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -3356,10 +3356,13 @@ namespace IRaCIS.Core.Infra.EFCore.Common string picturePath = mark != null ? mark.PicturePath : string.Empty; + string otherPicturePath = mark != null ? mark.OtherPicturePath : string.Empty; + if (_userInfo.AuditIdentification== "DeleteMark") { markName = string.Empty; picturePath = string.Empty; + otherPicturePath = string.Empty; } // 这里本来就批量展示问题的 现在又需要单个展示 @@ -3390,6 +3393,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common MarkName = markName, PicturePath = picturePath, + OtherPicturePath= otherPicturePath, QuestinonAnswer = questionAnswer, QuestionName = questionName, QuestionAnswerList = taskQuestionAnswerList.Join(quesionList,