Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m0s

This commit is contained in:
harid 2025-12-03 18:59:09 +07:00
commit 2505904aea

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