|
@@ -275,7 +275,7 @@ def filter_video_status_app(video_ids):
|
|
|
video_status_sql = "SELECT t1.id AS 'video_id', " \
|
|
|
"t1.transcode_status AS 'transcoding_status', " \
|
|
|
"t2.app_audit_status AS 'app_audit_status', " \
|
|
|
- "t2.video_status AS 'open_status', " \
|
|
|
+ "t2.original_status AS 'open_status', " \
|
|
|
"t2.recommend_status AS 'applet_rec_status', " \
|
|
|
"t2.app_recommend_status AS 'app_rec_status', " \
|
|
|
"t3.charge AS 'payment_status', " \
|