fix error script retire
This commit is contained in:
parent
a366e5ca0d
commit
aff6958149
1 changed files with 1 additions and 1 deletions
|
|
@ -7956,7 +7956,7 @@ export class OrganizationController extends Controller {
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Get("save/profile/position-history")
|
@Get("save/profile/position-history")
|
||||||
async saveRetireToPositionHistory(request: RequestWithUser) {
|
async saveRetireToPositionHistory(@Request() request: RequestWithUser) {
|
||||||
const profileLeave = await this.profileRepo.find({
|
const profileLeave = await this.profileRepo.find({
|
||||||
where: {
|
where: {
|
||||||
isLeave: true,
|
isLeave: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue