fixed next_holderId null
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m6s

This commit is contained in:
Warunee Tamkoo 2026-06-05 20:26:28 +07:00
parent 8e40c53ea0
commit bba6754eeb

View file

@ -8563,7 +8563,7 @@ export class OrganizationController extends Controller {
orgChild3Id,
orgChild4Id,
current_holderId: draftPos.next_holderId,
next_holderId: draftPos.next_holderId,
next_holderId: null,
isSit: draftPos.isSit,
reason: draftPos.reason,
isDirector: draftPos.isDirector,
@ -8592,6 +8592,7 @@ export class OrganizationController extends Controller {
orgChild3Id,
orgChild4Id,
current_holderId: draftPos.next_holderId,
next_holderId: null,
statusReport: "DONE",
});