fix
This commit is contained in:
parent
95922c5e73
commit
92825464df
2 changed files with 130 additions and 128 deletions
|
|
@ -366,7 +366,7 @@ export class KpiUserDevelopmentController extends Controller {
|
|||
*
|
||||
*/
|
||||
@Get("admin/detail/{id}")
|
||||
async GetKpiDevelopmentStatusKP7ById(@Query("id") id: string) {
|
||||
async GetKpiDevelopmentStatusKP7ById(@Path("id") id: string) {
|
||||
const kpiUserDevelopment = await this.kpiUserDevelopmentRepository.findOne({
|
||||
relations: [
|
||||
"kpiUserEvaluation",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue