no message

This commit is contained in:
Bright 2024-04-23 13:29:48 +07:00
parent f7fc9b6c23
commit 2bb6ddd99d

View file

@ -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<string, any> },
){
@ -100,6 +102,7 @@ export class KpiUserCapacityController extends Controller {
level: string;
point: number;
weight: number;
summary: Double
},
@Request() request: { user: Record<string, any> },
) {