bug修改
This commit is contained in:
@@ -93,7 +93,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
var token = string.Empty;
|
||||
var userId = Guid.Empty;
|
||||
CreateMap<SystemNotice, SystemNoticeView>()
|
||||
.ForMember(t => t.PublishUserName, d => d.MapFrom(t => t.PublishUser.FullName))
|
||||
.ForMember(t => t.PublishUserName, d => d.MapFrom(t => t.PublishedUser.FullName))
|
||||
.ForMember(t => t.CreateUserName, d => d.MapFrom(t => t.CreateUser.FullName))
|
||||
.ForMember(d => d.FullFilePath, u => u.MapFrom(s => s.Path + "?access_token=" + token));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user