fix word
This commit is contained in:
parent
298d92666a
commit
67c54e3273
2 changed files with 4 additions and 4 deletions
|
|
@ -196,7 +196,7 @@ export class ProfileController extends Controller {
|
|||
}
|
||||
|
||||
if (body.citizenId.length !== 13) {
|
||||
throw new HttpError(HttpStatus.NOT_FOUND, "รหัสบัตรประจำตัวประชาชนไม่ถูกต้อง");
|
||||
throw new HttpError(HttpStatus.NOT_FOUND, "กรุณากรอกข้อมูลรหัสบัตรประจำตัวประชาชนให้ครบ 13 หลัก");
|
||||
}
|
||||
|
||||
if (body.citizenId) {
|
||||
|
|
@ -330,7 +330,7 @@ export class ProfileController extends Controller {
|
|||
}
|
||||
|
||||
if (body.citizenId && body.citizenId.length !== 13) {
|
||||
throw new HttpError(HttpStatus.NOT_FOUND, "รหัสบัตรประจำตัวประชาชนไม่ถูกต้อง");
|
||||
throw new HttpError(HttpStatus.NOT_FOUND, "กรุณากรอกข้อมูลรหัสบัตรประจำตัวประชาชนให้ครบ 13 หลัก");
|
||||
}
|
||||
|
||||
if (body.citizenId) {
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ export class ProfileEmployeeController extends Controller {
|
|||
}
|
||||
|
||||
if (body.citizenId.length !== 13) {
|
||||
throw new HttpError(HttpStatus.NOT_FOUND, "รหัสบัตรประจำตัวประชาชนไม่ถูกต้อง");
|
||||
throw new HttpError(HttpStatus.NOT_FOUND, "กรุณากรอกข้อมูลรหัสบัตรประจำตัวประชาชนให้ครบ 13 หลัก");
|
||||
}
|
||||
|
||||
if (body.citizenId) {
|
||||
|
|
@ -153,7 +153,7 @@ export class ProfileEmployeeController extends Controller {
|
|||
throw new HttpError(HttpStatus.NOT_FOUND, "ไม่พบข้อมูลประเภทตำแหน่งนี้");
|
||||
}
|
||||
if (body.citizenId && body.citizenId.length !== 13) {
|
||||
throw new HttpError(HttpStatus.NOT_FOUND, "รหัสบัตรประจำตัวประชาชนไม่ถูกต้อง");
|
||||
throw new HttpError(HttpStatus.NOT_FOUND, "กรุณากรอกข้อมูลรหัสบัตรประจำตัวประชาชนให้ครบ 13 หลัก");
|
||||
}
|
||||
|
||||
if (body.citizenId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue