fix dowload report kpi9

This commit is contained in:
Bright 2024-07-02 10:23:23 +07:00
parent d6f0f583c3
commit 02cd84a436

View file

@ -132,7 +132,7 @@ export class ReportController extends Controller {
});
}
@Post("kpi9/{id}")
@Get("kpi9/{id}")
async GetReportKpi9(@Path() id?: string) {
const kpiUserEvaluation = await this.kpiUserEvaluationRepository.findOne({
relations: ["kpiPeriod"],