Compare commits

..

2 Commits

Author SHA1 Message Date
he 974adb4367 Merge branch 'Uat_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Uat_IRC_Net8
continuous-integration/drone/push Build is passing Details
2025-08-15 13:18:39 +08:00
he 00189b992f 修改稽查 2025-08-15 13:18:37 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)