fix issue ระบบทดลองปฏิบัติหน้าที่ราชการ #863
This commit is contained in:
parent
537a388bcb
commit
8187669371
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue