add field rootDnaId
This commit is contained in:
parent
e785ece48d
commit
6bd0e15877
1 changed files with 2 additions and 1 deletions
|
|
@ -4863,7 +4863,8 @@ export class CommandController extends Controller {
|
||||||
citizenId: profile.citizenId,
|
citizenId: profile.citizenId,
|
||||||
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,
|
||||||
});
|
});
|
||||||
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