fix dowload report kpi9
This commit is contained in:
parent
d6f0f583c3
commit
02cd84a436
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue