Commit 694e9f01 authored by 张彦钊's avatar 张彦钊

change sql for test

parent 20b1cedf
......@@ -175,6 +175,10 @@ def merge_score(x_list, score_df):
def update_dairy_queue(score_df):
diary_id = score_df["cid"].values.tolist()
all_video_id = get_video_id()
print("all viedo")
print(all_video_id)
print("diaryid")
print(diary_id)
video_id = list(set(all_video_id)&set(diary_id))
print("交集")
print(video_id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment