Compare commits
No commits in common. "974adb43671ab002fda36da2d81bf0f2d69c230d" and "f1922196211b43b5273d6ad44238b23709d4ee27" have entirely different histories.
974adb4367
...
f192219621
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue