Commit 724acfad authored by 高雅喆's avatar 高雅喆

update

parent 76ab4d0e
......@@ -130,7 +130,7 @@ if __name__ == '__main__':
sql_device_ids = "select distinct cl_id from user_new_tag_log"
cur_jerry_test.execute(sql_device_ids)
# todo 放开用户量
device_ids_lst = [i[0] for i in cur_jerry_test.fetchall()][:10]
device_ids_lst = [i[0] for i in cur_jerry_test.fetchall()]
# 获取所有用户的行为日志
sql_all_log = "select time,cl_id,score_type,tag_id,tag_referrer,action from user_new_tag_log"
......
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