แก้env
This commit is contained in:
parent
01cf95e407
commit
25fa65b3b5
4 changed files with 63 additions and 3 deletions
|
|
@ -311,7 +311,7 @@ export class KpiUserEvaluation extends EntityBase {
|
|||
@Column({
|
||||
nullable: true,
|
||||
comment: "หมายเหตุ ผู้บังคับบัญชาเหนือขึ้นไป",
|
||||
default: false,
|
||||
default: null,
|
||||
})
|
||||
isReasonCommander: boolean;
|
||||
|
||||
|
|
@ -326,7 +326,7 @@ export class KpiUserEvaluation extends EntityBase {
|
|||
@Column({
|
||||
nullable: true,
|
||||
comment: "หมายเหตุ ผู้บังคับบัญชาเหนือขึ้นไปอีกชั้นหนึ่ง",
|
||||
default: false,
|
||||
default: null,
|
||||
})
|
||||
isReasonCommanderHigh: boolean;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue