migrate & fix
This commit is contained in:
parent
eed60319e4
commit
fc397ed22d
5 changed files with 423 additions and 3 deletions
|
|
@ -55,6 +55,7 @@ import { ViewColumn, ViewEntity } from "typeorm";
|
|||
SELECT
|
||||
p.id as profileEmployeeId,
|
||||
p.citizenId,
|
||||
p.rank,
|
||||
p.prefix,
|
||||
p.firstName,
|
||||
p.lastName,
|
||||
|
|
@ -62,6 +63,7 @@ import { ViewColumn, ViewEntity } from "typeorm";
|
|||
p.isLeave,
|
||||
p.isRetirement,
|
||||
p.leaveType,
|
||||
p.employeeClass,
|
||||
pm.posMasterNo,
|
||||
pm.orgRootId,
|
||||
pm.orgChild1Id,
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ import { ViewColumn, ViewEntity } from "typeorm";
|
|||
SELECT
|
||||
p.id as profileId,
|
||||
p.citizenId,
|
||||
p.rank,
|
||||
p.prefix,
|
||||
p.firstName,
|
||||
p.lastName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue