add dna
This commit is contained in:
parent
26a74c1bea
commit
72fd4d62e3
3 changed files with 15 additions and 0 deletions
|
|
@ -6969,18 +6969,23 @@ export class ProfileController extends Controller {
|
|||
salary: item.amount,
|
||||
root: rootHolder?.orgRootName ?? null,
|
||||
rootId: rootHolder?.id ?? null,
|
||||
rootDnaId: rootHolder?.ancestorDNA ?? null,
|
||||
rootShortName: rootHolder?.orgRootShortName ?? null,
|
||||
child1: child1Holder?.orgChild1Name ?? null,
|
||||
child1Id: child1Holder?.id ?? null,
|
||||
child1DnaId: child1Holder?.ancestorDNA ?? null,
|
||||
child1ShortName: child1Holder?.orgChild1ShortName ?? null,
|
||||
child2: child2Holder?.orgChild2Name ?? null,
|
||||
child2Id: child2Holder?.id ?? null,
|
||||
child2DnaId: child2Holder?.ancestorDNA ?? null,
|
||||
child2ShortName: child2Holder?.orgChild2ShortName ?? null,
|
||||
child3: child3Holder?.orgChild3Name ?? null,
|
||||
child3Id: child3Holder?.id ?? null,
|
||||
child3DnaId: child3Holder?.ancestorDNA ?? null,
|
||||
child3ShortName: child3Holder?.orgChild3ShortName ?? null,
|
||||
child4: child4Holder?.orgChild4Name ?? null,
|
||||
child4Id: child4Holder?.id ?? null,
|
||||
child4DnaId: child4Holder?.ancestorDNA ?? null,
|
||||
child4ShortName: child4Holder?.orgChild4ShortName ?? null,
|
||||
posMasterNo: posMasterNo ?? null,
|
||||
posTypeId: item.posTypeId,
|
||||
|
|
|
|||
|
|
@ -2601,18 +2601,23 @@ export class ProfileEmployeeController extends Controller {
|
|||
salary: item.amount,
|
||||
root: rootHolder?.orgRootName ?? null,
|
||||
rootId: rootHolder?.id ?? null,
|
||||
rootDnaId: rootHolder?.ancestorDNA ?? null,
|
||||
rootShortName: rootHolder?.orgRootShortName ?? null,
|
||||
child1: child1Holder?.orgChild1Name ?? null,
|
||||
child1Id: child1Holder?.id ?? null,
|
||||
child1DnaId: child1Holder?.ancestorDNA ?? null,
|
||||
child1ShortName: child1Holder?.orgChild1ShortName ?? null,
|
||||
child2: child2Holder?.orgChild2Name ?? null,
|
||||
child2Id: child2Holder?.id ?? null,
|
||||
child2DnaId: child2Holder?.ancestorDNA ?? null,
|
||||
child2ShortName: child2Holder?.orgChild2ShortName ?? null,
|
||||
child3: child3Holder?.orgChild3Name ?? null,
|
||||
child3Id: child3Holder?.id ?? null,
|
||||
child3DnaId: child3Holder?.ancestorDNA ?? null,
|
||||
child3ShortName: child3Holder?.orgChild3ShortName ?? null,
|
||||
child4: child4Holder?.orgChild4Name ?? null,
|
||||
child4Id: child4Holder?.id ?? null,
|
||||
child4DnaId: child4Holder?.ancestorDNA ?? null,
|
||||
child4ShortName: child4Holder?.orgChild4ShortName ?? null,
|
||||
posMasterNo: posMasterNo ?? null,
|
||||
posTypeId: item.posTypeId,
|
||||
|
|
|
|||
|
|
@ -2163,18 +2163,23 @@ export class ProfileEmployeeTempController extends Controller {
|
|||
salary: item.amount,
|
||||
root: rootHolder?.orgRootName ?? null,
|
||||
rootId: rootHolder?.id ?? null,
|
||||
rootDnaId: rootHolder?.ancestorDNA ?? null,
|
||||
rootShortName: rootHolder?.orgRootShortName ?? null,
|
||||
child1: child1Holder?.orgChild1Name ?? null,
|
||||
child1Id: child1Holder?.id ?? null,
|
||||
child1DnaId: child1Holder?.ancestorDNA ?? null,
|
||||
child1ShortName: child1Holder?.orgChild1ShortName ?? null,
|
||||
child2: child2Holder?.orgChild2Name ?? null,
|
||||
child2Id: child2Holder?.id ?? null,
|
||||
child2DnaId: child2Holder?.ancestorDNA ?? null,
|
||||
child2ShortName: child2Holder?.orgChild2ShortName ?? null,
|
||||
child3: child3Holder?.orgChild3Name ?? null,
|
||||
child3Id: child3Holder?.id ?? null,
|
||||
child3DnaId: child3Holder?.ancestorDNA ?? null,
|
||||
child3ShortName: child3Holder?.orgChild3ShortName ?? null,
|
||||
child4: child4Holder?.orgChild4Name ?? null,
|
||||
child4Id: child4Holder?.id ?? null,
|
||||
child4DnaId: child4Holder?.ancestorDNA ?? null,
|
||||
child4ShortName: child4Holder?.orgChild4ShortName ?? null,
|
||||
posMasterNo: posMasterNo ?? null,
|
||||
posTypeId: item.posTypeId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue