Commit 6dbb0c21 authored by litaolemo's avatar litaolemo

update

parent 9eb39e13
...@@ -182,44 +182,44 @@ total_tag_count_pro = {} ...@@ -182,44 +182,44 @@ total_tag_count_pro = {}
temp_null_count = 0 temp_null_count = 0
# for redis_count, device_id in enumerate(device_id_dict): for redis_count, device_id in enumerate(device_id_dict):
#
# # if redis_count >= 50:break # if redis_count >= 50:break
# second_demands = [] second_demands = []
# projects = [] projects = []
# total_answer_content_num = 0 total_answer_content_num = 0
# total_tractate_content_num = 0 total_tractate_content_num = 0
# total_diary_content_num = 0 total_diary_content_num = 0
# # print(sql_res) # print(sql_res)
# try: try:
# res = get_user_portrait_tag3_from_redis(device_id) res = get_user_portrait_tag3_from_redis(device_id)
# except: except:
# continue continue
# if res.get("second_demands"): if res.get("second_demands"):
# second_demands = res.get("second_demands") second_demands = res.get("second_demands")
# # print(count_res) # print(count_res)
# for tag in second_demands: for tag in second_demands:
# if tag in second_demands_tag_count: if tag in second_demands_tag_count:
# second_demands_tag_count[tag] += 1 second_demands_tag_count[tag] += 1
# else: else:
# second_demands_tag_count[tag] = 1 second_demands_tag_count[tag] = 1
# if tag in second_demands_count_dict: if tag in second_demands_count_dict:
# total_tractate_content_num += second_demands_count_dict[tag] total_tractate_content_num += second_demands_count_dict[tag]
# second_demands_tag_dict[device_id] = second_demands second_demands_tag_dict[device_id] = second_demands
# if res.get("projects"): if res.get("projects"):
# projects = res.get("projects") projects = res.get("projects")
# # print(count_res) # print(count_res)
# for tag in projects: for tag in projects:
# if tag in projects_demands_tag_count: if tag in projects_demands_tag_count:
# projects_demands_tag_count[tag] += 1 projects_demands_tag_count[tag] += 1
# else: else:
# projects_demands_tag_count[tag] = 1 projects_demands_tag_count[tag] = 1
#
# if tag in tags_v3_count_dict: if tag in tags_v3_count_dict:
# total_tractate_content_num += tags_v3_count_dict[tag] total_tractate_content_num += tags_v3_count_dict[tag]
# projects_demands_tag_dict[device_id] = projects projects_demands_tag_dict[device_id] = projects
# # print(total_answer_content_num, total_tractate_content_num, total_diary_content_num) # print(total_answer_content_num, total_tractate_content_num, total_diary_content_num)
# tmp_count_num = 0 tmp_count_num = 0
# 7000片内容的曝光 # 7000片内容的曝光
...@@ -271,9 +271,10 @@ for res in sql_res: ...@@ -271,9 +271,10 @@ for res in sql_res:
# print(res) # print(res)
cl_id = res.cl_id cl_id = res.cl_id
if cl_id in device_id_dict: if cl_id in device_id_dict:
print("has device")
card_id = res.card_id card_id = res.card_id
if card_id not in card_id_list:continue if card_id not in card_id_list:continue
print("has card_id")
session_pv = res.session_pv session_pv = res.session_pv
# card_id_set.update(card_id) # card_id_set.update(card_id)
if cl_id in second_demands_tag_dict: if cl_id in second_demands_tag_dict:
......
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