From 3dc49ec507e08c2e18ff11e88526b2a10641ad3e Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Fri, 5 Apr 2024 15:45:06 +0700 Subject: [PATCH] fix --- src/entities/DevelopmentScholarship.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entities/DevelopmentScholarship.ts b/src/entities/DevelopmentScholarship.ts index 1c25403..847ce4d 100644 --- a/src/entities/DevelopmentScholarship.ts +++ b/src/entities/DevelopmentScholarship.ts @@ -436,7 +436,7 @@ export class CreateDevelopmentScholarship { bookNo: string | null; bookNoDate: Date | null; bookApproveDate: Date | null; - useOfficialTime: boolean | null; + useOfficialTime: boolean | false; changeDetail: string | null; scholarshipType: string | null; fundType: string | null; @@ -488,7 +488,7 @@ export class UpdateDevelopmentScholarship { bookNo: string | null; bookNoDate: Date | null; bookApproveDate: Date | null; - useOfficialTime: boolean | null; + useOfficialTime: boolean | false; changeDetail: string | null; scholarshipType: string | null; fundType: string | null;