หาตำแหน่ง ฉ
This commit is contained in:
parent
037934f0eb
commit
9d77bc44c4
1 changed files with 2 additions and 0 deletions
|
|
@ -245,6 +245,7 @@ export class OrganizationUnauthorizeController extends Controller {
|
||||||
calculateRetireDate(item.current_holder.birthDate).getFullYear() != body.year
|
calculateRetireDate(item.current_holder.birthDate).getFullYear() != body.year
|
||||||
? false
|
? false
|
||||||
: true,
|
: true,
|
||||||
|
isSpecial: false,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
return new HttpSuccess({ data: formattedData, total: total });
|
return new HttpSuccess({ data: formattedData, total: total });
|
||||||
|
|
@ -449,6 +450,7 @@ export class OrganizationUnauthorizeController extends Controller {
|
||||||
calculateRetireDate(item.current_holder.birthDate).getFullYear() != body.year
|
calculateRetireDate(item.current_holder.birthDate).getFullYear() != body.year
|
||||||
? false
|
? false
|
||||||
: true,
|
: true,
|
||||||
|
isSpecial: false,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
return new HttpSuccess({ data: formattedData, total: total });
|
return new HttpSuccess({ data: formattedData, total: total });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue