From 609d17b5f47d39b7f293c7107dd36176dbb3b358 Mon Sep 17 00:00:00 2001 From: kittapath Date: Thu, 30 Jan 2025 11:03:37 +0700 Subject: [PATCH] no message --- 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 ea2d2b4..bb80eaf 100644 --- a/src/controllers/KpiUserEvaluationController.ts +++ b/src/controllers/KpiUserEvaluationController.ts @@ -1721,7 +1721,7 @@ export class KpiUserEvaluationController extends Controller { reasonReject: kpiUserEvaluation.reasonReject, actorReject: kpiUserEvaluation.actorReject, actorNameReject: kpiUserEvaluation.actorNameReject, - isReject: item.reasonReject ? true : false, + isReject: kpiUserEvaluation.reasonReject ? true : false, year: kpiUserEvaluation.kpiPeriod == null ? null : kpiUserEvaluation.kpiPeriod.year, durationKPI: kpiUserEvaluation.kpiPeriod == null ? null : kpiUserEvaluation.kpiPeriod.durationKPI,