no message
This commit is contained in:
parent
c26aad70bd
commit
9a6051f365
1 changed files with 4 additions and 0 deletions
|
|
@ -593,6 +593,8 @@ export class OrganizationDotnetController extends Controller {
|
|||
x.orgRevision?.orgRevisionIsCurrent == true,
|
||||
)?.orgChild4Id ?? null,
|
||||
commander: fullname,
|
||||
commanderId,
|
||||
commanderKeycloak,
|
||||
posLevel: profile.posLevel?.posLevelName ?? null,
|
||||
posType: profile.posType?.posTypeName ?? null,
|
||||
profileSalary: profile.profileSalary.length > 0 ? profile.profileSalary[0] : null,
|
||||
|
|
@ -877,6 +879,8 @@ export class OrganizationDotnetController extends Controller {
|
|||
x.orgRevision?.orgRevisionIsCurrent == true,
|
||||
)?.orgChild4Id ?? null,
|
||||
commander: fullname,
|
||||
commanderId,
|
||||
commanderKeycloak,
|
||||
posLevel: profile.posLevel?.posLevelName ?? null,
|
||||
posType: profile.posType?.posTypeName ?? null,
|
||||
profileSalary: profile.profileSalary.length > 0 ? profile.profileSalary[0] : null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue