diff --git a/src/controllers/SurveyController.ts b/src/controllers/SurveyController.ts index a3fa57a..f5836e5 100644 --- a/src/controllers/SurveyController.ts +++ b/src/controllers/SurveyController.ts @@ -52,7 +52,7 @@ export class SurveyController extends Controller { order: { date_start: "DESC" }, }); if (!dataAssign) { - throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลทดลองงาน"); + throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบผลการประเมินการทดลองปฏิบัติหน้าที่ราชการนี้"); } const assign_id = dataAssign.id;