add status

This commit is contained in:
AdisakKanthawilang 2024-12-11 13:51:56 +07:00
parent 837925b926
commit 0c646b7c6e

View file

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