update res next_holderId
This commit is contained in:
parent
a55fd3d6d0
commit
e9a589675d
1 changed files with 2 additions and 0 deletions
|
|
@ -1919,6 +1919,7 @@ export class PositionController extends Controller {
|
||||||
return {
|
return {
|
||||||
id: posMaster.id,
|
id: posMaster.id,
|
||||||
current_holderId: posMaster.current_holderId,
|
current_holderId: posMaster.current_holderId,
|
||||||
|
next_holderId: posMaster.next_holderId,
|
||||||
isDirector: posMaster.isDirector,
|
isDirector: posMaster.isDirector,
|
||||||
orgRootId: posMaster.orgRootId,
|
orgRootId: posMaster.orgRootId,
|
||||||
orgChild1Id: posMaster.orgChild1Id,
|
orgChild1Id: posMaster.orgChild1Id,
|
||||||
|
|
@ -2354,6 +2355,7 @@ export class PositionController extends Controller {
|
||||||
return {
|
return {
|
||||||
id: posMaster.id,
|
id: posMaster.id,
|
||||||
current_holderId: posMaster.current_holderId,
|
current_holderId: posMaster.current_holderId,
|
||||||
|
next_holderId: posMaster.next_holderId,
|
||||||
isDirector: posMaster.isDirector,
|
isDirector: posMaster.isDirector,
|
||||||
orgRootId: posMaster.orgRootId,
|
orgRootId: posMaster.orgRootId,
|
||||||
orgChild1Id: posMaster.orgChild1Id,
|
orgChild1Id: posMaster.orgChild1Id,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue