From 2bb6ddd99d029db66eea265282e25fb6dab626ce Mon Sep 17 00:00:00 2001 From: Bright Date: Tue, 23 Apr 2024 13:29:48 +0700 Subject: [PATCH] no message --- src/controllers/KpiUserCapacityController.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/controllers/KpiUserCapacityController.ts b/src/controllers/KpiUserCapacityController.ts index 6b16350..dc7c2cd 100644 --- a/src/controllers/KpiUserCapacityController.ts +++ b/src/controllers/KpiUserCapacityController.ts @@ -24,6 +24,7 @@ import { KpiCapacity } from "../entities/kpiCapacity"; import { KpiUserEvaluation } from "../entities/kpiUserEvaluation"; import { KpiUserCapacity, } from "../entities/kpiUserCapacity"; import { Like, In } from "typeorm"; +import { Double } from "typeorm/browser"; @Route("api/v1/kpi/user/capacity") @Tags("kpiUserCapacity") @@ -53,6 +54,7 @@ export class KpiUserCapacityController extends Controller { level: string; point: number; weight: number; + summary: Double }, @Request() request: { user: Record }, ){ @@ -100,6 +102,7 @@ export class KpiUserCapacityController extends Controller { level: string; point: number; weight: number; + summary: Double }, @Request() request: { user: Record }, ) {