This commit is contained in:
parent
b3347c84ad
commit
9b785cc119
1 changed files with 2 additions and 0 deletions
|
|
@ -1426,6 +1426,8 @@ export class PositionController extends Controller {
|
|||
x.positionName = x.posDictName;
|
||||
x.positionField = x.posDictField;
|
||||
x.posExecutiveId = x.posExecutiveId || null;
|
||||
x.positionExecutiveField = x.posDictExecutiveField;
|
||||
x.positionArea = x.posDictArea;
|
||||
x.createdUserId = request.user.sub;
|
||||
x.createdFullName = request.user.name;
|
||||
x.lastUpdateUserId = request.user.sub;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue