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 {