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;