fix view duplicate field name
This commit is contained in:
parent
3c7c4fe214
commit
2faf631f7b
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ import { ViewColumn, ViewEntity } from "typeorm";
|
||||||
orgChild4.orgChild4Name,
|
orgChild4.orgChild4Name,
|
||||||
position.id as positionId,
|
position.id as positionId,
|
||||||
position.positionIsSelected,
|
position.positionIsSelected,
|
||||||
position.posExecutiveId,
|
position.posExecutiveId as positionPosExecutiveId,
|
||||||
position.isSpecial,
|
position.isSpecial,
|
||||||
posExecutive.id as posExecutiveId,
|
posExecutive.id as posExecutiveId,
|
||||||
posExecutive.posExecutiveName,
|
posExecutive.posExecutiveName,
|
||||||
|
|
@ -145,7 +145,7 @@ export class viewPosMaster {
|
||||||
@ViewColumn()
|
@ViewColumn()
|
||||||
positionIsSelected: boolean;
|
positionIsSelected: boolean;
|
||||||
@ViewColumn()
|
@ViewColumn()
|
||||||
posExecutiveId: string;
|
positionPosExecutiveId: string;
|
||||||
@ViewColumn()
|
@ViewColumn()
|
||||||
isSpecial: boolean;
|
isSpecial: boolean;
|
||||||
@ViewColumn()
|
@ViewColumn()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue