This commit is contained in:
parent
1d16f78132
commit
da4fd18e08
1 changed files with 4 additions and 4 deletions
|
|
@ -3852,10 +3852,10 @@ export class PositionController extends Controller {
|
|||
_profile.position = _position.positionName;
|
||||
_profile.posTypeId = _position.posTypeId;
|
||||
_profile.posLevelId = _position.posLevelId;
|
||||
_profile.positionField = _position.positionField ?? undefined;
|
||||
_profile.posExecutive = _position.posExecutive?.posExecutiveName ?? undefined;
|
||||
_profile.positionArea = _position.positionArea ?? undefined;
|
||||
_profile.positionExecutiveField = _position.positionExecutiveField ?? undefined;
|
||||
_profile.positionField = _position.positionField ?? _null;
|
||||
_profile.posExecutive = _position.posExecutive?.posExecutiveName ?? _null;
|
||||
_profile.positionArea = _position.positionArea ?? _null;
|
||||
_profile.positionExecutiveField = _position.positionExecutiveField ?? _null;
|
||||
}
|
||||
await this.profileRepository.save(_profile);
|
||||
setLogDataDiff(request, { before, after: _profile });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue