|
|
|
@ -114,7 +114,10 @@ namespace Volo.Abp.Identity |
|
|
|
foreach (var child in children) |
|
|
|
{ |
|
|
|
child.Code = OrganizationUnit.AppendCode(organizationUnit.Code, OrganizationUnit.GetRelativeCode(child.Code, oldCode)); |
|
|
|
await OrganizationUnitRepository.UpdateAsync(child); |
|
|
|
} |
|
|
|
|
|
|
|
await OrganizationUnitRepository.UpdateAsync(organizationUnit); |
|
|
|
} |
|
|
|
|
|
|
|
public virtual async Task<string> GetCodeOrDefaultAsync(Guid id) |
|
|
|
|