This commit is contained in:
parent
6b3d1dc67b
commit
41f3c5ca54
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ export class ProfileTrainingController extends Controller {
|
||||||
|
|
||||||
// 6. ลบ DevelopmentHistory
|
// 6. ลบ DevelopmentHistory
|
||||||
await this.developmentHistoryRepo.delete({
|
await this.developmentHistoryRepo.delete({
|
||||||
kpiDevelopmentId: In(devIds),
|
profileDevelopmentId: In(devIds),
|
||||||
});
|
});
|
||||||
|
|
||||||
// 7. ลบ ProfileDevelopment
|
// 7. ลบ ProfileDevelopment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue