zhangyong 1 년 전
부모
커밋
1b1174f4fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      video_agc/agc_video_method.py

+ 1 - 1
video_agc/agc_video_method.py

@@ -34,7 +34,7 @@ class AgcVidoe():
                                 SELECT video_id
                                 FROM agc_video_deposit b
                                 WHERE a.oss_object_key = b.oss_object_key AND b.time >= '{formatted_three_days_ago}' AND b.time <= '{formatted_current_time}'
-                            ) AND a.account_id = {user} and a.`status` = 1 and a.mark = '{mark}'  limit {limit_count};"""
+                            ) AND a.account_id = {user} and a.`status` = 1 and a.mark = '{mark}' limit {limit_count};"""
             print(url_list)
             url_list = MysqlHelper.get_values(url_list, "prod")
             if limit_count == 1: