From aba0f330047709f87f1c42a1e3447a7f1ec5e001 Mon Sep 17 00:00:00 2001 From: Bright Date: Wed, 18 Jun 2025 10:21:52 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=96=E0=B9=89=E0=B8=B2=E0=B9=84=E0=B8=A1?= =?UTF-8?q?=E0=B9=88=E0=B8=AA=E0=B9=88=E0=B8=87=E0=B9=83=E0=B8=8A=E0=B9=89?= =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B8=94=E0=B8=B1=E0=B8=9A=E0=B8=97=E0=B8=B5?= =?UTF-8?q?=E0=B9=88=E0=B8=82=E0=B8=AD=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B9=80?= =?UTF-8?q?=E0=B8=A1=E0=B8=B4=E0=B8=99=E0=B8=AD=E0=B8=B1=E0=B8=99=E0=B9=80?= =?UTF-8?q?=E0=B8=94=E0=B8=B4=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 2bc1224..8205155 100644 --- a/src/controllers/EvaluationController.ts +++ b/src/controllers/EvaluationController.ts @@ -3102,7 +3102,7 @@ export class EvaluationController { evaluation.authorDoc2 = body.authorDoc2; evaluation.subjectDoc2 = body.subjectDoc2; evaluation.assignedPosition = body.assignedPosition; - evaluation.assignedPosLevel = body.assignedPosLevel ? body.assignedPosLevel : ""; + evaluation.assignedPosLevel = body.assignedPosLevel ? evaluation.assignedPosLevel : ""; evaluation.commanderFullnameDoc2 = body.commanderFullnameDoc2; evaluation.commanderOrgDoc2 = body.commanderOrgDoc2 ?? _null; evaluation.commanderOrgOldDoc2 = body.commanderOrgOldDoc2 ?? _null;