save waith

This commit is contained in:
Kittapath 2024-06-27 16:58:59 +07:00
parent 416b8af6ea
commit 92f3c3413f
2 changed files with 13 additions and 20 deletions

View file

@ -449,6 +449,7 @@ export class KpiUserEvaluationController extends Controller {
}
}
}
await this.kpiUserEvalutionRepository.save(kpiUserEvaluation);
return new HttpSuccess(kpiUserEvaluation.id);
}