|
@@ -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)
|