migrate & เพิ่มฟิลด์

This commit is contained in:
Bright 2025-04-22 16:27:56 +07:00
parent 8c7cbef72b
commit 588178f042
3 changed files with 21 additions and 4 deletions

View file

@ -519,6 +519,7 @@ export class DevelopmentScholarshipController extends Controller {
profileId: getDevelopment.profileId ? getDevelopment.profileId : null,
planType: getDevelopment.planType ? getDevelopment.planType : null,
isNoUseBudget: getDevelopment.isNoUseBudget ? getDevelopment.isNoUseBudget : null,
budgetSourceOther: getDevelopment.budgetSourceOther ? getDevelopment.budgetSourceOther : null,
};
return new HttpSuccess(formattedData);
}