no message

This commit is contained in:
harid 2025-12-03 18:58:48 +07:00
parent 8cc0926b7b
commit b729a91997

View file

@ -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()),
};
}