migrate & fix

This commit is contained in:
Bright 2025-02-20 12:12:04 +07:00
parent eed60319e4
commit fc397ed22d
5 changed files with 423 additions and 3 deletions

View file

@ -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,

View file

@ -59,6 +59,7 @@ import { ViewColumn, ViewEntity } from "typeorm";
SELECT
p.id as profileId,
p.citizenId,
p.rank,
p.prefix,
p.firstName,
p.lastName,