ลบ caption "ไอดี"
This commit is contained in:
parent
382866d1cd
commit
74349d93c4
6 changed files with 20 additions and 20 deletions
|
|
@ -626,7 +626,7 @@ export class SalaryPeriodController extends Controller {
|
|||
where: { id: id },
|
||||
});
|
||||
if (!chk_SalaryPeriod) {
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลไอดี");
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลรอบผังเงินเดือนนี้");
|
||||
}
|
||||
|
||||
const chk_toUpper = ["SPECIAL", "APR", "OCT"];
|
||||
|
|
@ -670,7 +670,7 @@ export class SalaryPeriodController extends Controller {
|
|||
where: { id: id },
|
||||
});
|
||||
if (!SalaryPeriod) {
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลไอดี");
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลรอบผังเงินเดือนนี้");
|
||||
}
|
||||
const SalaryOrg = await this.salaryOrgRepository.findOne({
|
||||
where: { salaryPeriodId: SalaryPeriod.id },
|
||||
|
|
@ -705,7 +705,7 @@ export class SalaryPeriodController extends Controller {
|
|||
],
|
||||
});
|
||||
if (!salaryPeriod) {
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลไอดี");
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลรอบผังเงินเดือนนี้");
|
||||
}
|
||||
return new HttpSuccess(salaryPeriod);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue