no message
This commit is contained in:
parent
401584c8af
commit
7be8b08c67
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ export class kpiRoleController extends Controller {
|
|||
})
|
||||
.getOne();
|
||||
if (!kpiPeriod) {
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลตัวชี้วัดตามตำแหน่งนี้");
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลตัวชี้วัดตามตำแหน่งในรอบการประเมินนี้");
|
||||
}
|
||||
}
|
||||
Object.assign(kpiRole, requestBody);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue