fix bug ออกคำสั่งไม่บันทืกลงทะเบียนประวัติ (เปลี่ยน type ตัวแปร refId)
This commit is contained in:
parent
5d4727761f
commit
0a217642a0
2 changed files with 2 additions and 2 deletions
|
|
@ -209,7 +209,7 @@ export class ProfileSalary extends EntityBase {
|
|||
comment: "refId",
|
||||
default: null,
|
||||
})
|
||||
refId: number;
|
||||
refId: string;
|
||||
|
||||
@Column({
|
||||
comment: "วันที่",
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ export class ProfileSalaryTemp extends EntityBase {
|
|||
comment: "refId",
|
||||
default: null,
|
||||
})
|
||||
refId: number;
|
||||
refId: string;
|
||||
|
||||
@Column({
|
||||
comment: "วันที่",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue