delete console

This commit is contained in:
kittapath 2025-07-15 23:36:37 +07:00
parent 9998c767eb
commit ab7544373d

View file

@ -2898,17 +2898,14 @@ export class SalaryPeriodController extends Controller {
console.timeEnd("⏱ SalaryProfileEmployee - Total Time");
}
console.timeEnd("T1");
const salaryOrgNew = await this.salaryOrgRepository.find({
where: { salaryPeriodId: salaryPeriod.id, snapshot: snapshot },
relations: ["salaryProfiles"],
});
console.timeEnd("T2");
const salaryOrgEmployeeNew = await this.salaryOrgEmployeeRepository.find({
where: { salaryPeriodId: salaryPeriod.id, snapshot: snapshot },
relations: ["salaryProfiles"],
});
console.timeEnd("T3");
if (salaryPeriod.period == "OCT") {
const salaryPeriodAPROld = await this.salaryPeriodRepository.findOne({
where: {