fix code
This commit is contained in:
parent
2bb68463be
commit
5e2e13d8e8
9 changed files with 12 additions and 13 deletions
|
|
@ -58,7 +58,7 @@ export class OrgChild1Controller {
|
|||
relations: ["orgRoot"],
|
||||
});
|
||||
if (!orgChild1) {
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูล โครงสร้างระดับ 1");
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลโครงสร้างระดับ 1");
|
||||
}
|
||||
const getOrgChild1 = {
|
||||
orgChild1Id: orgChild1.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue