From 6c67e490ae0559853ba29d8874fc4243108c8a83 Mon Sep 17 00:00:00 2001 From: kittapath Date: Thu, 20 Feb 2025 16:56:03 +0700 Subject: [PATCH] no message --- src/controllers/ProfileEmployeeTempController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ProfileEmployeeTempController.ts b/src/controllers/ProfileEmployeeTempController.ts index a351cab2..d814e787 100644 --- a/src/controllers/ProfileEmployeeTempController.ts +++ b/src/controllers/ProfileEmployeeTempController.ts @@ -1664,7 +1664,7 @@ export class ProfileEmployeeTempController extends Controller { orgRevisionIsDraft: false, orgRevisionIsCurrent: true, }, - relations: ["employeePosMasters"], + relations: ["employeeTempPosMasters"], }); if (!orgRevision) { throw new HttpError(HttpStatus.NOT_FOUND, "ไม่พบแบบร่างโครงสร้าง");