update view_posmaster
This commit is contained in:
parent
1ef5914182
commit
c330c17d64
1 changed files with 6 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ import { ViewColumn, ViewEntity } from "typeorm";
|
|||
position.positionIsSelected,
|
||||
position.posExecutiveId as positionPosExecutiveId,
|
||||
position.isSpecial,
|
||||
position.positionExecutiveField,
|
||||
position.positionArea,
|
||||
posExecutive.id as posExecutiveId,
|
||||
posExecutive.posExecutiveName,
|
||||
profileDiscipline.id as profileDisciplineId,
|
||||
|
|
@ -189,6 +191,10 @@ export class viewPosMaster {
|
|||
@ViewColumn()
|
||||
isSpecial: boolean;
|
||||
@ViewColumn()
|
||||
positionExecutiveField: string;
|
||||
@ViewColumn()
|
||||
positionArea: string;
|
||||
@ViewColumn()
|
||||
posExecutiveId: string;
|
||||
@ViewColumn()
|
||||
posExecutiveName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue