Merge branch 'adiDev' into develop

This commit is contained in:
AdisakKanthawilang 2024-12-11 13:52:33 +07:00
commit 536874adcc

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