no message
This commit is contained in:
parent
87a8c03dc7
commit
8cc0926b7b
1 changed files with 6 additions and 2 deletions
|
|
@ -4448,7 +4448,9 @@ export class OrganizationDotnetController extends Controller {
|
||||||
ancestorDNA: body.nodeId
|
ancestorDNA: body.nodeId
|
||||||
},
|
},
|
||||||
current_holders: {
|
current_holders: {
|
||||||
orgChild1: Not(IsNull()),
|
orgChild1: {
|
||||||
|
id: Not(IsNull()),
|
||||||
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
@ -5059,7 +5061,9 @@ export class OrganizationDotnetController extends Controller {
|
||||||
ancestorDNA: body.nodeId
|
ancestorDNA: body.nodeId
|
||||||
},
|
},
|
||||||
current_holders: {
|
current_holders: {
|
||||||
orgChild1: Not(IsNull()),
|
orgChild1: {
|
||||||
|
id: Not(IsNull()),
|
||||||
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue