migrate & เพิ่มฟิลด์
This commit is contained in:
parent
8c7cbef72b
commit
588178f042
3 changed files with 21 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue