组织管理代码调整
This commit is contained in:
@@ -36,8 +36,12 @@ public class PermissionMapper : IRegister
|
||||
config.ForType<OrganizeAdminIsTratorCrInput, OrganizeAdministratorEntity>()
|
||||
.Ignore(dest => dest.UserId);
|
||||
config.ForType<OrganizeEntity, DepartmentInfoOutput>()
|
||||
.Ignore(dest => dest.organizeIdTree);
|
||||
.Ignore(dest => dest.organizeIdTree)
|
||||
.NameMatchingStrategy(NameMatchingStrategy.IgnoreCase); //modified by ly on 20230420
|
||||
config.ForType<OrganizeEntity, OrganizeInfoOutput>()
|
||||
.Ignore(dest => dest.organizeIdTree);
|
||||
//modified by ly on 20230420
|
||||
config.ForType<DepartmentUpInput, OrganizeEntity>()
|
||||
.NameMatchingStrategy(NameMatchingStrategy.IgnoreCase); //忽略字段大小写
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user