no message

This commit is contained in:
Kittapath 2024-06-14 15:18:47 +07:00
parent 42eead14fb
commit 3d4847311d

View file

@ -6317,7 +6317,7 @@ export class ReportController extends Controller {
templateDoc: null,
})
.then(async (x) => {
salary.status == "DONE";
salary.status = "DONE";
await this.salaryProfileRepository.save(salary);
});
}
@ -6364,7 +6364,7 @@ export class ReportController extends Controller {
templateDoc: null,
})
.then(async (x) => {
salary.status == "DONE";
salary.status = "DONE";
await this.salaryProfileRepository.save(salary);
});
}
@ -6411,7 +6411,7 @@ export class ReportController extends Controller {
templateDoc: null,
})
.then(async (x) => {
salary.status == "DONE";
salary.status = "DONE";
await this.salaryProfileRepository.save(salary);
});
}
@ -6458,7 +6458,7 @@ export class ReportController extends Controller {
// templateDoc: null,
// })
// .then(async (x) => {
salary.status == "DONE";
salary.status = "DONE";
await this.salaryProfileEmployeeRepository.save(salary);
// });
}
@ -6505,7 +6505,7 @@ export class ReportController extends Controller {
// templateDoc: null,
// })
// .then(async (x) => {
salary.status == "DONE";
salary.status = "DONE";
await this.salaryProfileEmployeeRepository.save(salary);
// });
}