@@ -31,7 +31,7 @@ def update_bottom_videos():
"SELECT id " \
"FROM videoods.wx_video " \
"WHERE transcode_status = 3 " \
- "AND STATUS = 1 " \
+ "AND status = 1 " \
"AND recommend_status IN ( - 6, 1)" \
") video_status " \
"ON video_playcount.videoid = video_status.id " \