Commit 0fc14c11 authored by litaolemo's avatar litaolemo

update

parent 6fb427fe
......@@ -342,7 +342,6 @@ def get_user_post_from_mysql():
second_demands_count_dict = {}
tags_v3_count_dict = {}
sql = """
--select card_id from strategy_content_exposure_index where card_content_type="user_post" and preciseexposure_num>=50 and ctr>=0.05 and avg_page_stay>=20 and create_day="2020-09-17";
select card_id from strategy_content_exposure_index where card_content_type="user_post" and preciseexposure_num>=30 and ctr>=0.04 and avg_page_stay>=15 and create_day="2020-09-17";
"""
sql_res = con_sql_doris_prod(sql)
......
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