From 7b2600988bf348da66294d9b1658d019948d06db Mon Sep 17 00:00:00 2001 From: Bright Date: Thu, 13 Jun 2024 11:54:57 +0700 Subject: [PATCH] no message --- src/controllers/ProfileEmployeeController.ts | 2 +- src/entities/ProfileChangePosition.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/ProfileEmployeeController.ts b/src/controllers/ProfileEmployeeController.ts index fe09f34b..4eadd02a 100644 --- a/src/controllers/ProfileEmployeeController.ts +++ b/src/controllers/ProfileEmployeeController.ts @@ -2857,7 +2857,7 @@ export class ProfileEmployeeController extends Controller { * @summary ORG_038 - ออกคำสั่งลูกจ้าง (ADMIN) # * */ - @Get("report/resume") + @Post("report/resume") async doneReport( @Body() body: { diff --git a/src/entities/ProfileChangePosition.ts b/src/entities/ProfileChangePosition.ts index 7adff5b8..f7f40f06 100644 --- a/src/entities/ProfileChangePosition.ts +++ b/src/entities/ProfileChangePosition.ts @@ -224,7 +224,7 @@ export class ProfileItem { positionLevelOld: string | null; positionNumberOld: string | null; organizationOld: string | null; - organizationPositionOld: string | null; + organizationPositionOld?: string | null; amountOld: number | null; educationOld: string | null; rootOld: string | null;