From e9a589675d4e9ec3133de19ff5bf1c6dfe43f483 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Thu, 3 Jul 2025 10:55:05 +0700 Subject: [PATCH] update res next_holderId --- src/controllers/PositionController.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controllers/PositionController.ts b/src/controllers/PositionController.ts index 5d4bcca3..7ea9c45b 100644 --- a/src/controllers/PositionController.ts +++ b/src/controllers/PositionController.ts @@ -1919,6 +1919,7 @@ export class PositionController extends Controller { return { id: posMaster.id, current_holderId: posMaster.current_holderId, + next_holderId: posMaster.next_holderId, isDirector: posMaster.isDirector, orgRootId: posMaster.orgRootId, orgChild1Id: posMaster.orgChild1Id, @@ -2354,6 +2355,7 @@ export class PositionController extends Controller { return { id: posMaster.id, current_holderId: posMaster.current_holderId, + next_holderId: posMaster.next_holderId, isDirector: posMaster.isDirector, orgRootId: posMaster.orgRootId, orgChild1Id: posMaster.orgChild1Id,