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

This commit is contained in:
2024-12-26 15:37:48 +08:00
parent 353e03c4fe
commit 96e1f84c8c
@@ -162,7 +162,7 @@ namespace IRaCIS.Core.Application.Service
CreateMap<UserBasicInfoCommand, IdentityUser>();
CreateMap<UserRole, IdentityUser>();
CreateMap<UserRole, IdentityUser>().ReverseMap();
CreateMap<UserCommand, UserRole>();