update res next_holderId

This commit is contained in:
AdisakKanthawilang 2025-07-03 10:55:05 +07:00
parent a55fd3d6d0
commit e9a589675d

View file

@ -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,