luojunhui преди 1 месец
родител
ревизия
66791cd7e8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      coldStartTasks/multi_modal/generate_text_from_video.py

+ 1 - 1
coldStartTasks/multi_modal/generate_text_from_video.py

@@ -118,7 +118,7 @@ class GenerateTextFromVideo(object):
             sql = f"""
                 select id, video_oss_path
                 from video_content_understanding 
-                where status = {const.INIT_STATUS}
+                where upload_status = {const.INIT_STATUS}
                 limit {rest_video_count};
             """
             task_list = self.db.fetch(sql, cursor_type=DictCursor)