From 0c646b7c6eda9bdb86f95fd337c93e8a9a317eb1 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Wed, 11 Dec 2024 13:51:56 +0700 Subject: [PATCH] add status --- src/controllers/DevelopmentScholarshipController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/DevelopmentScholarshipController.ts b/src/controllers/DevelopmentScholarshipController.ts index b095ba8..117dfb3 100644 --- a/src/controllers/DevelopmentScholarshipController.ts +++ b/src/controllers/DevelopmentScholarshipController.ts @@ -240,6 +240,7 @@ export class DevelopmentScholarshipController extends Controller { posType: item.posType ? item.posType.posTypeName : null, posLevel: item.posLevel ? item.posLevel.posLevelName : null, posExecutive: item.posExecutive, + status: item.status, })); return new HttpSuccess({ data: formattedData, total });