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.positionIsSelected,
|
||||||
position.posExecutiveId as positionPosExecutiveId,
|
position.posExecutiveId as positionPosExecutiveId,
|
||||||
position.isSpecial,
|
position.isSpecial,
|
||||||
|
position.positionExecutiveField,
|
||||||
|
position.positionArea,
|
||||||
posExecutive.id as posExecutiveId,
|
posExecutive.id as posExecutiveId,
|
||||||
posExecutive.posExecutiveName,
|
posExecutive.posExecutiveName,
|
||||||
profileDiscipline.id as profileDisciplineId,
|
profileDiscipline.id as profileDisciplineId,
|
||||||
|
|
@ -189,6 +191,10 @@ export class viewPosMaster {
|
||||||
@ViewColumn()
|
@ViewColumn()
|
||||||
isSpecial: boolean;
|
isSpecial: boolean;
|
||||||
@ViewColumn()
|
@ViewColumn()
|
||||||
|
positionExecutiveField: string;
|
||||||
|
@ViewColumn()
|
||||||
|
positionArea: string;
|
||||||
|
@ViewColumn()
|
||||||
posExecutiveId: string;
|
posExecutiveId: string;
|
||||||
@ViewColumn()
|
@ViewColumn()
|
||||||
posExecutiveName: string;
|
posExecutiveName: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue