luojunhui 3 tháng trước cách đây
mục cha
commit
66791cd7e8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)