add ancestorDNA

This commit is contained in:
AdisakKanthawilang 2025-02-04 17:34:43 +07:00
parent 7bf4310063
commit 3b524a17f4

View file

@ -491,6 +491,7 @@ export class OrganizationUnauthorizeController extends Controller {
data.map((x) => ({
rootId: x.id,
root: x.orgRootName,
rootDnaId: x.ancestorDNA,
})),
);
} catch (error) {