ลบส่วน comment ที่ไม่ใช้

This commit is contained in:
Kittapath 2024-03-19 12:25:09 +07:00
parent a82fbcd17e
commit 16c9395f89

View file

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