From 0f0967f89332cd58e18f34caf4e6a3dea2d07297 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 8a44834a8..06fdd2181 100644 --- a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs +++ b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs @@ -1064,7 +1064,7 @@ namespace IRaCIS.Core.Application.Services var beforeUserTypeIds = document.NeedConfirmedUserTypeList.Select(x => x.NeedConfirmUserTypeId).ToList(); _mapper.Map(addOrEditTrialDocument, document); - + document.UpdateTime = DateTime.Now; #region 不区分路径了 //if (document.FileTypeId != addOrEditTrialDocument.FileTypeId)