fix word "รหัสส่วนราชการนี้มีอยู่ในระบบแล้ว"
This commit is contained in:
parent
8ebd30a63d
commit
082ce90dcd
2 changed files with 3 additions and 3 deletions
|
|
@ -202,7 +202,7 @@ export class OrgChild1Controller {
|
|||
},
|
||||
});
|
||||
if (chkCode != null) {
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "รหัสหน่วยงานนี้มีอยู่ในระบบแล้ว");
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "รหัสส่วนราชการนี้มีอยู่ในระบบแล้ว");
|
||||
}
|
||||
child1.lastUpdateUserId = request.user.sub;
|
||||
child1.lastUpdateFullName = request.user.name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue