From e0606d587a6700a0d65ae57657dcc1df68b3f29d Mon Sep 17 00:00:00 2001 From: kittapath Date: Tue, 4 Feb 2025 11:49:56 +0700 Subject: [PATCH] add year assessments --- src/controllers/KpiUserEvaluationController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/KpiUserEvaluationController.ts b/src/controllers/KpiUserEvaluationController.ts index 08e372d..2ffa485 100644 --- a/src/controllers/KpiUserEvaluationController.ts +++ b/src/controllers/KpiUserEvaluationController.ts @@ -1982,6 +1982,7 @@ export class KpiUserEvaluationController extends Controller { date: new Date(), name: kpiUserEvaluation.evaluationResults, period: kpiUserEvaluation?.kpiPeriod?.durationKPI ?? null, + year: kpiUserEvaluation?.kpiPeriod?.year ?? null, point1Total: kpiUserEvaluation.weightPoint1, point1: kpiUserEvaluation.totalPoint1, point2Total: kpiUserEvaluation.weightPoint2,