fix bug old api

This commit is contained in:
AdisakKanthawilang 2024-05-08 17:06:12 +07:00
parent 348504fa35
commit 7ac865341a

View file

@ -196,6 +196,14 @@ export class KpiUserPlannedController extends Controller {
unit: getKpiUserPlanned.unit,
meaning: getKpiUserPlanned.meaning,
formula: getKpiUserPlanned.formula,
achievement1: getKpiUserPlanned.achievement1,
achievement2: getKpiUserPlanned.achievement2,
achievement3: getKpiUserPlanned.achievement3,
achievement4: getKpiUserPlanned.achievement4,
achievement5: getKpiUserPlanned.achievement5,
documentInfoEvidence: getKpiUserPlanned.documentInfoEvidence,
endDate: getKpiUserPlanned.endDate,
startDate: getKpiUserPlanned.startDate,
};
return new HttpSuccess(mapGetKpiUserPlanned);