修改查询
This commit is contained in:
@@ -83,7 +83,7 @@ namespace IRaCIS.Core.Application.AutoMapper
|
||||
CreateMap<TrialSiteUserSurveyView, UserRole>();
|
||||
|
||||
|
||||
CreateMap<UserRole, UserInfoBasic>().ForMember(d => d.RealName, u => u.MapFrom(s => s.LastName + " / " + s.FirstName));
|
||||
CreateMap<UserRole, UserInfoBasic>().ForMember(d => d.RealName, u => u.MapFrom(s => s.IdentityUser.FullName));
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user