ลบ caption "ไอดี"

This commit is contained in:
Bright 2024-02-28 13:35:08 +07:00
parent 382866d1cd
commit 74349d93c4
6 changed files with 20 additions and 20 deletions

View file

@ -53,7 +53,7 @@ export class ReportController extends Controller {
where: { id: id }
});
if (!salarys) {
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลไอดี");
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลผังเงินเดือนนี้");
}
const posType = await this.poTypeRepository.findOne({
where: { id: salarys.posTypeId },