liqian 3 anni fa
parent
commit
06fa1b2b6e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      bottom_videos.py

+ 1 - 1
bottom_videos.py

@@ -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 " \