แก้env

This commit is contained in:
Kittapath 2024-07-09 00:03:47 +07:00
parent 01cf95e407
commit 25fa65b3b5
4 changed files with 63 additions and 3 deletions

View file

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