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