From ccfa5180087d7564fd6db6c8b7fdb879459bee45 Mon Sep 17 00:00:00 2001
From: litaolemo <593516104@qq.com>
Date: Wed, 18 Nov 2020 12:52:27 +0800
Subject: [PATCH] update

---
 task/recommend_strategy_fix.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/task/recommend_strategy_fix.py b/task/recommend_strategy_fix.py
index 7018888..ef7a38f 100644
--- a/task/recommend_strategy_fix.py
+++ b/task/recommend_strategy_fix.py
@@ -841,7 +841,7 @@ for t in range(0, 60):
             card_click_diff = data_dict.get(pid) - card_click
             print(card_click_diff)
             card_click += card_click_diff
-            card_exposure += card_exposure
+            card_exposure += card_click_diff
         except:
             print("add error")
         instert_sql = """replace into recommend_strategy_d_fix(
-- 
2.18.0