Commit ccfa5180 authored by litaolemo's avatar litaolemo

update

parent 7c242c57
...@@ -841,7 +841,7 @@ for t in range(0, 60): ...@@ -841,7 +841,7 @@ for t in range(0, 60):
card_click_diff = data_dict.get(pid) - card_click card_click_diff = data_dict.get(pid) - card_click
print(card_click_diff) print(card_click_diff)
card_click += card_click_diff card_click += card_click_diff
card_exposure += card_exposure card_exposure += card_click_diff
except: except:
print("add error") print("add error")
instert_sql = """replace into recommend_strategy_d_fix( instert_sql = """replace into recommend_strategy_d_fix(
......
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