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;