zhangbo 1 year ago
parent
commit
bb07a450f0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      utils.py

+ 2 - 0
utils.py

@@ -399,7 +399,9 @@ def filter_video_status_app(video_ids):
                       "AND encryption_status != 5 " \
                       "AND transcoding_status = 3 " \
                       "AND video_id IN ({});".format(video_status_sql, video_ids[0])
+                log_.info("sql:{}".format(sql))
                 data = mysql_helper.get_data(sql=sql)
+                log_.info("data:{}".format(data))
 
             else:
                 data = []