fix report
This commit is contained in:
parent
c8fcfebe97
commit
a890b8f06e
1 changed files with 2 additions and 0 deletions
|
|
@ -3423,6 +3423,7 @@ export class CommandController extends Controller {
|
|||
profileId: profile.id,
|
||||
commandId: item.commandId,
|
||||
position: profile.position,
|
||||
positionName: profile.position,
|
||||
positionType: profile?.posType?.posTypeName ?? null,
|
||||
positionLevel: profile?.posLevel?.posLevelName ?? null,
|
||||
positionExecutive: position?.posExecutive?.posExecutiveName ?? null,
|
||||
|
|
@ -3612,6 +3613,7 @@ export class CommandController extends Controller {
|
|||
profileEmployeeId: profile.id,
|
||||
commandId: item.commandId,
|
||||
position: profile.position,
|
||||
positionName: profile.position,
|
||||
positionType: profile?.posType?.posTypeName ?? null,
|
||||
positionLevel: profile?.posLevel?.posLevelName ?? null,
|
||||
amount: item.amount ? item.amount : null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue