no message
This commit is contained in:
parent
8cc0926b7b
commit
b729a91997
1 changed files with 2 additions and 10 deletions
|
|
@ -4447,11 +4447,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
orgRoot: {
|
||||
ancestorDNA: body.nodeId
|
||||
},
|
||||
current_holders: {
|
||||
orgChild1: {
|
||||
id: Not(IsNull()),
|
||||
}
|
||||
},
|
||||
orgChild1: Not(IsNull()),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
@ -5060,11 +5056,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
orgRoot: {
|
||||
ancestorDNA: body.nodeId
|
||||
},
|
||||
current_holders: {
|
||||
orgChild1: {
|
||||
id: Not(IsNull()),
|
||||
}
|
||||
},
|
||||
orgChild1: Not(IsNull()),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue