no message
This commit is contained in:
parent
42eead14fb
commit
3d4847311d
1 changed files with 5 additions and 5 deletions
|
|
@ -6317,7 +6317,7 @@ export class ReportController extends Controller {
|
||||||
templateDoc: null,
|
templateDoc: null,
|
||||||
})
|
})
|
||||||
.then(async (x) => {
|
.then(async (x) => {
|
||||||
salary.status == "DONE";
|
salary.status = "DONE";
|
||||||
await this.salaryProfileRepository.save(salary);
|
await this.salaryProfileRepository.save(salary);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
@ -6364,7 +6364,7 @@ export class ReportController extends Controller {
|
||||||
templateDoc: null,
|
templateDoc: null,
|
||||||
})
|
})
|
||||||
.then(async (x) => {
|
.then(async (x) => {
|
||||||
salary.status == "DONE";
|
salary.status = "DONE";
|
||||||
await this.salaryProfileRepository.save(salary);
|
await this.salaryProfileRepository.save(salary);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
@ -6411,7 +6411,7 @@ export class ReportController extends Controller {
|
||||||
templateDoc: null,
|
templateDoc: null,
|
||||||
})
|
})
|
||||||
.then(async (x) => {
|
.then(async (x) => {
|
||||||
salary.status == "DONE";
|
salary.status = "DONE";
|
||||||
await this.salaryProfileRepository.save(salary);
|
await this.salaryProfileRepository.save(salary);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
@ -6458,7 +6458,7 @@ export class ReportController extends Controller {
|
||||||
// templateDoc: null,
|
// templateDoc: null,
|
||||||
// })
|
// })
|
||||||
// .then(async (x) => {
|
// .then(async (x) => {
|
||||||
salary.status == "DONE";
|
salary.status = "DONE";
|
||||||
await this.salaryProfileEmployeeRepository.save(salary);
|
await this.salaryProfileEmployeeRepository.save(salary);
|
||||||
// });
|
// });
|
||||||
}
|
}
|
||||||
|
|
@ -6505,7 +6505,7 @@ export class ReportController extends Controller {
|
||||||
// templateDoc: null,
|
// templateDoc: null,
|
||||||
// })
|
// })
|
||||||
// .then(async (x) => {
|
// .then(async (x) => {
|
||||||
salary.status == "DONE";
|
salary.status = "DONE";
|
||||||
await this.salaryProfileEmployeeRepository.save(salary);
|
await this.salaryProfileEmployeeRepository.save(salary);
|
||||||
// });
|
// });
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue