revert #1885
This commit is contained in:
parent
b4f81fe582
commit
55d6ec73ff
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