fix
This commit is contained in:
parent
a05e6178fa
commit
108d2356b9
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue