修改查询映射
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-26 11:00:34 +08:00
parent 66922f8e7b
commit 6e0dc64981
17 changed files with 83 additions and 124 deletions
@@ -16,7 +16,6 @@ namespace IRaCIS.Core.Application.Service
CreateMap<UserTypeMenu, MenuTreeNode>().IncludeMembers(t => t.Menu);
CreateMap<UserCommand, UserRole>().ForMember(d => d.UserCode, x => x.Ignore());
CreateMap<UserCommand, IdentityUser>()
.ForMember(d => d.UserCode, x => x.Ignore())