From d16df4ee4492224d7878c14aa133d83151078a63 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Tue, 23 Apr 2024 14:48:25 +0700 Subject: [PATCH] fix --- src/controllers/KpiUserPlannedController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/KpiUserPlannedController.ts b/src/controllers/KpiUserPlannedController.ts index 9c78102..7a6c876 100644 --- a/src/controllers/KpiUserPlannedController.ts +++ b/src/controllers/KpiUserPlannedController.ts @@ -139,7 +139,7 @@ export class KpiUserPlannedController extends Controller { const mapGetKpiUserPlanned = ({ id: getKpiUserPlanned.id, evaluationId: getKpiUserPlanned.kpiUserEvaluation.id, - kpiRoleId: getKpiUserPlanned.kpiPlan.id, + kpiPlanId: getKpiUserPlanned.kpiPlan.id, including: getKpiUserPlanned.kpiPlan.including, //รหัสตัวชี้วัด includingName: getKpiUserPlanned.kpiPlan.includingName, //ชื่อตัวชี้วัด target: getKpiUserPlanned.target,