This commit is contained in:
AdisakKanthawilang 2025-02-17 17:12:50 +07:00
parent a05e6178fa
commit 108d2356b9

View file

@ -1269,6 +1269,12 @@ export class OrganizationUnauthorizeController extends Controller {
yearOCT4: x.yearOCT4,
periodOCT4: x.periodOCT4,
resultOCT4: x.resultOCT4,
yearAPR5: x.yearAPR5,
periodAPR5: x.periodAPR5,
resultAPR5: x.resultAPR5,
yearOCT5: x.yearOCT5,
periodOCT5: x.periodOCT5,
resultOCT5: x.resultOCT5,
}));
return new HttpSuccess(formattedResults);