bug修改

This commit is contained in:
2022-04-28 15:57:55 +08:00
parent 21a261a806
commit bacc6bb24a
2 changed files with 2 additions and 2 deletions
@@ -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));