fix
This commit is contained in:
parent
8c72f7df87
commit
08a17bb24d
1 changed files with 5 additions and 5 deletions
|
|
@ -4871,11 +4871,11 @@ export class CommandController extends Controller {
|
||||||
root: posMaster.orgRoot.orgRootName,
|
root: posMaster.orgRoot.orgRootName,
|
||||||
rootId: posMaster.orgRootId,
|
rootId: posMaster.orgRootId,
|
||||||
rootShortName: posMaster.orgRoot.orgRootShortName,
|
rootShortName: posMaster.orgRoot.orgRootShortName,
|
||||||
rootDnaId: posMaster.orgRoot.ancestorDNA??_null,
|
rootDnaId: posMaster.orgRoot?.ancestorDNA??_null,
|
||||||
child1DnaId: posMaster.orgChild1.ancestorDNA??_null,
|
child1DnaId: posMaster.orgChild1?.ancestorDNA??_null,
|
||||||
child2DnaId: posMaster.orgChild2.ancestorDNA??_null,
|
child2DnaId: posMaster.orgChild2?.ancestorDNA??_null,
|
||||||
child3DnaId: posMaster.orgChild3.ancestorDNA??_null,
|
child3DnaId: posMaster.orgChild3?.ancestorDNA??_null,
|
||||||
child4DnaId: posMaster.orgChild4.ancestorDNA??_null,
|
child4DnaId: posMaster.orgChild4?.ancestorDNA??_null,
|
||||||
});
|
});
|
||||||
await this.profileEmployeeRepository.save(profile);
|
await this.profileEmployeeRepository.save(profile);
|
||||||
await this.employeePositionRepository.save(positionNew);
|
await this.employeePositionRepository.save(positionNew);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue