This commit is contained in:
parent
137bdb5c0c
commit
b4f81fe582
1 changed files with 2 additions and 2 deletions
|
|
@ -2125,9 +2125,9 @@ export class EmployeeTempPositionController extends Controller {
|
|||
if (profile != null) {
|
||||
profile.posLevelId = _null;
|
||||
profile.posTypeId = _null;
|
||||
profile.position = _null;
|
||||
// profile.position = _null;
|
||||
profile.employeeOc = _null;
|
||||
profile.positionEmployeePositionId = _null;
|
||||
// profile.positionEmployeePositionId = _null;
|
||||
await this.profileRepository.save(profile);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue