diff --git a/src/controllers/SalaryPeriodEmployeeController.ts b/src/controllers/SalaryPeriodEmployeeController.ts index 985ecd4..b273c79 100644 --- a/src/controllers/SalaryPeriodEmployeeController.ts +++ b/src/controllers/SalaryPeriodEmployeeController.ts @@ -243,7 +243,6 @@ export class SalaryPeriodEmployeeController extends Controller { // if (!salarys) { // throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบระดับตำแหน่ง"); // } - // let type = salaryProfile.type; // //SalaryRank // let salaryRanks: any = null; // if (salaryProfile.amount != null) { @@ -567,7 +566,6 @@ export class SalaryPeriodEmployeeController extends Controller { // } salaryProfile.type = body.type; salaryProfile.isReserve = body.isReserve; - // let type = salaryProfile.type; // //SalaryRank // let salaryRanks: any = null; // if (salaryProfile.amount != null) {