ลบ caption "ไอดี"
This commit is contained in:
parent
382866d1cd
commit
74349d93c4
6 changed files with 20 additions and 20 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue