fix script run retire this year
This commit is contained in:
parent
aadcec440e
commit
decb2433de
1 changed files with 1 additions and 1 deletions
|
|
@ -8068,7 +8068,7 @@ export class OrganizationController extends Controller {
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
profileLeave.map(async (profile: any) => {
|
profileLeave.map(async (profile: any) => {
|
||||||
const dest_item = await this.profileSalaryRepository.findOne({
|
const dest_item = await this.profileSalaryRepository.findOne({
|
||||||
where: { profileId: profile.id },
|
where: { profileEmployeeId: profile.id },
|
||||||
order: { order: "DESC" },
|
order: { order: "DESC" },
|
||||||
});
|
});
|
||||||
const data: any = {
|
const data: any = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue