From 16c9395f89a1317c40252d28bd98a60889fa0f15 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Tue, 19 Mar 2024 12:25:09 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A5=E0=B8=9A=E0=B8=AA=E0=B9=88=E0=B8=A7?= =?UTF-8?q?=E0=B8=99=20comment=20=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B9=84?= =?UTF-8?q?=E0=B8=A1=E0=B9=88=E0=B9=83=E0=B8=8A=E0=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/SalaryPeriodEmployeeController.ts | 2 -- 1 file changed, 2 deletions(-) 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) {