no message

This commit is contained in:
harid 2025-12-03 18:12:08 +07:00
parent 87a8c03dc7
commit 8cc0926b7b

View file

@ -4448,7 +4448,9 @@ export class OrganizationDotnetController extends Controller {
ancestorDNA: body.nodeId
},
current_holders: {
orgChild1: Not(IsNull()),
orgChild1: {
id: Not(IsNull()),
}
},
};
}
@ -5059,7 +5061,9 @@ export class OrganizationDotnetController extends Controller {
ancestorDNA: body.nodeId
},
current_holders: {
orgChild1: Not(IsNull()),
orgChild1: {
id: Not(IsNull()),
}
},
};
}