delete console
This commit is contained in:
parent
9998c767eb
commit
ab7544373d
1 changed files with 0 additions and 3 deletions
|
|
@ -2898,17 +2898,14 @@ export class SalaryPeriodController extends Controller {
|
||||||
console.timeEnd("⏱ SalaryProfileEmployee - Total Time");
|
console.timeEnd("⏱ SalaryProfileEmployee - Total Time");
|
||||||
}
|
}
|
||||||
|
|
||||||
console.timeEnd("T1");
|
|
||||||
const salaryOrgNew = await this.salaryOrgRepository.find({
|
const salaryOrgNew = await this.salaryOrgRepository.find({
|
||||||
where: { salaryPeriodId: salaryPeriod.id, snapshot: snapshot },
|
where: { salaryPeriodId: salaryPeriod.id, snapshot: snapshot },
|
||||||
relations: ["salaryProfiles"],
|
relations: ["salaryProfiles"],
|
||||||
});
|
});
|
||||||
console.timeEnd("T2");
|
|
||||||
const salaryOrgEmployeeNew = await this.salaryOrgEmployeeRepository.find({
|
const salaryOrgEmployeeNew = await this.salaryOrgEmployeeRepository.find({
|
||||||
where: { salaryPeriodId: salaryPeriod.id, snapshot: snapshot },
|
where: { salaryPeriodId: salaryPeriod.id, snapshot: snapshot },
|
||||||
relations: ["salaryProfiles"],
|
relations: ["salaryProfiles"],
|
||||||
});
|
});
|
||||||
console.timeEnd("T3");
|
|
||||||
if (salaryPeriod.period == "OCT") {
|
if (salaryPeriod.period == "OCT") {
|
||||||
const salaryPeriodAPROld = await this.salaryPeriodRepository.findOne({
|
const salaryPeriodAPROld = await this.salaryPeriodRepository.findOne({
|
||||||
where: {
|
where: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue