diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index 33d9b0d87..a52150858 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -1536,12 +1536,6 @@ - - - 移动文件或者文件夹 到其他文件夹 - - - 删除稽查文档 @@ -1562,6 +1556,12 @@ + + + 移动文件或者文件夹 到其他文件夹 + + + 复制文件或者文件夹 diff --git a/IRaCIS.Core.Application/Service/Document/_MapConfig.cs b/IRaCIS.Core.Application/Service/Document/_MapConfig.cs index 2e2b617f7..da8d51638 100644 --- a/IRaCIS.Core.Application/Service/Document/_MapConfig.cs +++ b/IRaCIS.Core.Application/Service/Document/_MapConfig.cs @@ -155,7 +155,7 @@ namespace IRaCIS.Core.Application.Service .ForMember(d => d.IdentityUserList, c => c.MapFrom(t => t.AuditRecordIdentityUserList)); CreateMap() - .ForMember(d => d.AuditRecordIdentityUserList, c => c.MapFrom(t => t.IdnetityUserIdList)); + /* .ForMember(d => d.AuditRecordIdentityUserList, c => c.MapFrom(t => t.IdnetityUserIdList))*/; CreateMap() .EqualityComparison((odto, o) => odto == o.IdentityUserId)