add posTypeName
This commit is contained in:
parent
85ca3a9b0a
commit
6a87f01bad
1 changed files with 1 additions and 0 deletions
|
|
@ -3809,6 +3809,7 @@ export class ProfileEmployeeTempController extends Controller {
|
|||
posLevelId: profile.posLevel == null ? null : profile.posLevel.id,
|
||||
posTypeName: profile.posType == null ? null : profile.posType.posTypeName,
|
||||
posTypeRank: profile.posType == null ? null : profile.posType.posTypeRank,
|
||||
posTypeShortName: profile.posType == null ? null : profile.posType.posTypeShortName,
|
||||
posTypeId: profile.posType == null ? null : profile.posType.id,
|
||||
// posExecutiveName: "",
|
||||
rootId: root == null ? null : root.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue