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