แก้ caption ไอดี

This commit is contained in:
Bright 2024-02-28 14:00:38 +07:00
parent c1599e9d41
commit da6f901b81
10 changed files with 27 additions and 117 deletions

View file

@ -197,7 +197,7 @@ export class OrgRootController extends Controller {
if (!orgRoot) {
throw new HttpError(
HttpStatusCode.NOT_FOUND,
"ไม่พบข้อมูลโครงสร้างระดับ Root ตามไอดีนี้ :" + id,
"ไม่พบข้อมูลโครงสร้างระดับ Root นี้",
);
}
orgRoot.lastUpdateUserId = request.user.sub;
@ -222,7 +222,7 @@ export class OrgRootController extends Controller {
if (!orgRoot) {
throw new HttpError(
HttpStatusCode.NOT_FOUND,
"ไม่พบข้อมูลโครงสร้างระดับ Root ตามไอดีนี้ :" + id,
"ไม่พบข้อมูลโครงสร้างระดับ Root นี้"
);
}