From add92575132ce9ce653837e91e6f27a67db7b3a7 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Wed, 20 Aug 2025 14:01:38 +0700 Subject: [PATCH] fix --- src/controllers/KpiUserEvaluationController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/KpiUserEvaluationController.ts b/src/controllers/KpiUserEvaluationController.ts index bc92719..c85e24d 100644 --- a/src/controllers/KpiUserEvaluationController.ts +++ b/src/controllers/KpiUserEvaluationController.ts @@ -1658,7 +1658,7 @@ export class KpiUserEvaluationController extends Controller { }) .then(() => {}) .catch(() => {}); - item.evaluationStatus = "NEW_COMMANDER_HIGH"; + item.evaluationStatus = "APPROVE"; } } } else {