add Dna (profileempid/position/{id})
This commit is contained in:
parent
fc9e1fe6e3
commit
428fcdb75d
1 changed files with 5 additions and 0 deletions
|
|
@ -8249,6 +8249,11 @@ export class ProfileController extends Controller {
|
||||||
child4Id: child4 == null ? null : child4.id,
|
child4Id: child4 == null ? null : child4.id,
|
||||||
child4: child4 == null ? null : child4.orgChild4Name,
|
child4: child4 == null ? null : child4.orgChild4Name,
|
||||||
child4ShortName: child4 == null ? null : child4.orgChild4ShortName,
|
child4ShortName: child4 == null ? null : child4.orgChild4ShortName,
|
||||||
|
rootIdDna: root == null ? null : root.ancestorDNA,
|
||||||
|
child1IdDna: child1 == null ? null : child1.ancestorDNA,
|
||||||
|
child2IdDna: child2 == null ? null : child2.ancestorDNA,
|
||||||
|
child3IdDna: child3 == null ? null : child3.ancestorDNA,
|
||||||
|
child4IdDna: child4 == null ? null : child4.ancestorDNA,
|
||||||
node: null,
|
node: null,
|
||||||
nodeId: null,
|
nodeId: null,
|
||||||
salary: profile.amount,
|
salary: profile.amount,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue