From 6c08461207dc27710d23bd799056b1a9f5f32dcc Mon Sep 17 00:00:00 2001 From: Bright Date: Mon, 16 Jun 2025 16:45:07 +0700 Subject: [PATCH] no message --- src/controllers/EvaluationController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/EvaluationController.ts b/src/controllers/EvaluationController.ts index 9e253a9..a298ad3 100644 --- a/src/controllers/EvaluationController.ts +++ b/src/controllers/EvaluationController.ts @@ -857,10 +857,10 @@ export class EvaluationController { evaluation.child2DnaId = x.child2DnaId; evaluation.child3DnaId = x.child3DnaId; evaluation.child4DnaId = x.child4DnaId; + evaluation.positionLevel = x.posLevelName; }) .catch(); //Evaluation - evaluation.positionLevel = requestBody.positionLevel ? requestBody.positionLevel : __null; evaluation.assignedPosition = requestBody.position ? requestBody.position : __null; evaluation.assignedPosLevel = "เชียวชาญ"; evaluation.oc = org;