修改映射
continuous-integration/drone/push Build is running Details

Uat_IRC_Net8
hang 2024-12-26 15:37:48 +08:00
parent 353e03c4fe
commit 96e1f84c8c
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ namespace IRaCIS.Core.Application.Service
CreateMap<UserBasicInfoCommand, IdentityUser>();
CreateMap<UserRole, IdentityUser>();
CreateMap<UserRole, IdentityUser>().ReverseMap();
CreateMap<UserCommand, UserRole>();