소스 검색

Merge branch '2025-03-20code-improve' of zhangyong/long_text_video_transform into master

luojunhui 1 개월 전
부모
커밋
a7ec49db2c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      utils/sql_help.py

+ 1 - 1
utils/sql_help.py

@@ -17,7 +17,7 @@ class sqlCollect:
                 SELECT title, oss_path
                 FROM video_end_screen_transformation_task
                 WHERE status = 0
-                ORDER BY task_id ASC
+                ORDER BY task_id DESC
                 LIMIT 1;
             """
         data = MysqlHelper.get_values(sql)