diff --git a/src/controllers/ProfileTrainingController.ts b/src/controllers/ProfileTrainingController.ts index a286d26a..ac48f021 100644 --- a/src/controllers/ProfileTrainingController.ts +++ b/src/controllers/ProfileTrainingController.ts @@ -326,7 +326,7 @@ export class ProfileTrainingController extends Controller { // 6. ลบ DevelopmentHistory await this.developmentHistoryRepo.delete({ - kpiDevelopmentId: In(devIds), + profileDevelopmentId: In(devIds), }); // 7. ลบ ProfileDevelopment