diff --git a/src/controllers/OrganizationUnauthorizeController.ts b/src/controllers/OrganizationUnauthorizeController.ts index a6977556..a0521db2 100644 --- a/src/controllers/OrganizationUnauthorizeController.ts +++ b/src/controllers/OrganizationUnauthorizeController.ts @@ -245,6 +245,7 @@ export class OrganizationUnauthorizeController extends Controller { calculateRetireDate(item.current_holder.birthDate).getFullYear() != body.year ? false : true, + isSpecial: false, }; }); return new HttpSuccess({ data: formattedData, total: total }); @@ -449,6 +450,7 @@ export class OrganizationUnauthorizeController extends Controller { calculateRetireDate(item.current_holder.birthDate).getFullYear() != body.year ? false : true, + isSpecial: false, }; }); return new HttpSuccess({ data: formattedData, total: total });