This commit is contained in:
parent
dea973f8d9
commit
137bdb5c0c
1 changed files with 2 additions and 0 deletions
|
|
@ -2042,6 +2042,7 @@ export class EmployeeTempPositionController extends Controller {
|
|||
},
|
||||
relations: [
|
||||
"positions",
|
||||
"positions.posType",
|
||||
"orgRevision",
|
||||
"orgRoot",
|
||||
"orgChild1",
|
||||
|
|
@ -2077,6 +2078,7 @@ export class EmployeeTempPositionController extends Controller {
|
|||
profile.posTypeId = position?.posTypeId ?? _null;
|
||||
profile.position = position?.positionName ?? _null;
|
||||
profile.employeeOc = Org ?? _null;
|
||||
profile.positionEmployeeGroupId = position?.posType?.posTypeName ?? _null;
|
||||
profile.positionEmployeePositionId = position?.positionName ?? _null;
|
||||
await this.profileRepository.save(profile);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue