fix bug ออกคำสั่งไม่บันทืกลงทะเบียนประวัติ (เปลี่ยน type ตัวแปร refId)

This commit is contained in:
Bright 2025-04-02 10:10:21 +07:00
parent 5d4727761f
commit 0a217642a0
2 changed files with 2 additions and 2 deletions

View file

@ -209,7 +209,7 @@ export class ProfileSalary extends EntityBase {
comment: "refId", comment: "refId",
default: null, default: null,
}) })
refId: number; refId: string;
@Column({ @Column({
comment: "วันที่", comment: "วันที่",

View file

@ -222,7 +222,7 @@ export class ProfileSalaryTemp extends EntityBase {
comment: "refId", comment: "refId",
default: null, default: null,
}) })
refId: number; refId: string;
@Column({ @Column({
comment: "วันที่", comment: "วันที่",