From 6e4329f71fa6c07173e32ad4e1325b0acbec868b Mon Sep 17 00:00:00 2001 From: Bright Date: Mon, 16 Jun 2025 16:38:19 +0700 Subject: [PATCH] no message --- src/controllers/EvaluationController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/EvaluationController.ts b/src/controllers/EvaluationController.ts index f7e6d01..9e253a9 100644 --- a/src/controllers/EvaluationController.ts +++ b/src/controllers/EvaluationController.ts @@ -860,6 +860,7 @@ export class EvaluationController { }) .catch(); //Evaluation + evaluation.positionLevel = requestBody.positionLevel ? requestBody.positionLevel : __null; evaluation.assignedPosition = requestBody.position ? requestBody.position : __null; evaluation.assignedPosLevel = "เชียวชาญ"; evaluation.oc = org;