From 00189b992f6b9f803ee35aef0d01b745dcbfa73c Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Fri, 15 Aug 2025 11:26:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A8=BD=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Document/SystemDocumentService.cs | 2 +- .../Service/Document/TrialDocumentService.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs b/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs index efea64699..82e18f001 100644 --- a/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs +++ b/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs @@ -136,7 +136,7 @@ namespace IRaCIS.Core.Application.Services var beforeUserTypeIds = document.NeedConfirmedUserTypeList.Select(x => x.NeedConfirmUserTypeId).ToList(); _mapper.Map(addOrEditSystemDocument, document); - + document.UpdateTime = DateTime.Now; #region 之前区分路径文件夹 现在不区分废弃 //if (document.FileTypeId != addOrEditSystemDocument.FileTypeId) diff --git a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs index 081b17ff4..434f3088c 100644 --- a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs +++ b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs @@ -947,7 +947,7 @@ namespace IRaCIS.Core.Application.Services _mapper.Map(addOrEditTrialDocument, document); - + document.UpdateTime = DateTime.Now; #region 不区分路径了 //if (document.FileTypeId != addOrEditTrialDocument.FileTypeId)