diff --git a/app/service/usecase/ShotEditUsecase.ts b/app/service/usecase/ShotEditUsecase.ts index 1ed7458..2753140 100644 --- a/app/service/usecase/ShotEditUsecase.ts +++ b/app/service/usecase/ShotEditUsecase.ts @@ -188,9 +188,9 @@ export class VideoSegmentEditUseCase { this.loading = true; const shot_descriptions = VideoSegmentEntityAdapter.lensTypeToTaskItem(shot_Lens); // 如果有shot_id,先保存分镜数据 - if (shot_id) { - await this.saveShotPrompt(project_id, shot_id, shot_descriptions); - } + // if (shot_id) { + // await this.saveShotPrompt(project_id, shot_id, shot_descriptions); + // } const response = await regenerateShot({ project_id,