หาตำแหน่ง ฉ

This commit is contained in:
Kittapath 2024-04-02 14:34:15 +07:00
parent 037934f0eb
commit 9d77bc44c4

View file

@ -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 });