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)