|
|
@@ -379,7 +379,7 @@ public class VideoGenerateJob {
|
|
|
return ReturnT.SUCCESS;
|
|
|
}
|
|
|
for (ProduceVideo produceVideo : produceList) {
|
|
|
- // 检查是否存在素材 todo 判断素材是否生成完成
|
|
|
+ // 检查是否存在素材 判断素材是否生成完成
|
|
|
List<SpiderContentMedia> mediaList = getSpiderContentMediaByContentId(produceVideo.getContentId());
|
|
|
Integer totalMediaSize = mediaList.size();
|
|
|
List<ProduceVideoMaterial> materialList = getVideoMaterialList(produceVideo);
|