Commit e05ba427 authored by litaolemo's avatar litaolemo

update

parent b51b6466
......@@ -800,6 +800,7 @@ for t in range(0, task_days):
has_click_pv_sql = 'select pid,card_click from recommend_strategy_d where partition_day = "%s"' % today_str
all_data_res = con_sql(has_click_pv_sql)
for data in all_data_res:
print(data)
data_dict[data[0]] = data[1]
if not data_dict:
continue
......
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