luojunhui 11 月之前
父節點
當前提交
159a786d56
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      coldStartTasks/ai_pipeline/video_to_text.py

+ 1 - 0
coldStartTasks/ai_pipeline/video_to_text.py

@@ -54,6 +54,7 @@ class GenerateTextFromVideo(object):
             where t1.upload_status = {const.INIT_STATUS} 
                 and t2.video_pool_audit_status = {const.AUDIT_SUCCESS_STATUS} 
                 and t2.bad_status = {const.ARTICLE_GOOD_STATUS}
+                and t1.id in (25402, 25286, 25391, 25919, 27410, 25719, 25272, 27391, 26058, 25203, 27440, 25602, 25649, 25537, 28150, 25733, 25397, 28139, 25965, 29351, 25293, 25503, 25822, 28072, 28409, 28098, 25266, 26191, 25928, 25278, 25396, 28100, 25452, 28146, 25384, 25595, 25938, 25657, 25407, 26281)
             order by t2.flow_pool_level
             limit {task_length};
             """