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,