diff --git a/src/entities/ProfileSalary.ts b/src/entities/ProfileSalary.ts index 4e10c0b5..63564aba 100644 --- a/src/entities/ProfileSalary.ts +++ b/src/entities/ProfileSalary.ts @@ -209,7 +209,7 @@ export class ProfileSalary extends EntityBase { comment: "refId", default: null, }) - refId: number; + refId: string; @Column({ comment: "วันที่", diff --git a/src/entities/ProfileSalaryTemp.ts b/src/entities/ProfileSalaryTemp.ts index 556fd584..f322045b 100644 --- a/src/entities/ProfileSalaryTemp.ts +++ b/src/entities/ProfileSalaryTemp.ts @@ -222,7 +222,7 @@ export class ProfileSalaryTemp extends EntityBase { comment: "refId", default: null, }) - refId: number; + refId: string; @Column({ comment: "วันที่",