diff --git a/src/controllers/SalaryFormulaEmployeeController.ts b/src/controllers/SalaryFormulaEmployeeController.ts index d7648d3..8a3fff2 100644 --- a/src/controllers/SalaryFormulaEmployeeController.ts +++ b/src/controllers/SalaryFormulaEmployeeController.ts @@ -63,7 +63,7 @@ export class SalaryFormulaEmployeeController extends Controller { id: requestBody.posLevelId, }, }); - if (!chkPosLevel) throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลระดับตำแหน่งนี้"); + if (!chkPosLevel) throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลระดับชั้นงานนี้"); const chkPosType = await this.employeePosTypeRepository.findOne({ where: { @@ -134,7 +134,7 @@ export class SalaryFormulaEmployeeController extends Controller { id: requestBody.posLevelId, }, }); - if (!chkPosLevel) throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลระดับตำแหน่งนี้"); + if (!chkPosLevel) throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลระดับชั้นงานนี้"); const chkPosType = await this.employeePosTypeRepository.findOne({ where: {