ck hace 4 años
padre
commit
42860646fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data_manage/pitcher_panel.py

+ 1 - 1
data_manage/pitcher_panel.py

@@ -175,7 +175,7 @@ def get_channel_again_order_trend(channel,date,pitcher):
     print(sql)
     data=ck.execute(sql)
     print(data)
-    key1=['date','channel','book','cost','reg_amount','roi','new_follow','new_follow_per_cost',
+    key1=['date','channel','book','pitcher','stage','cost','reg_amount','roi','new_follow','new_follow_per_cost',
          'reg_count','reg_user','cost_per_user','avg_order_amount','avg_again_order_rate','order_count']
     json1=get_dict_list(key1,get_round(data))[0]
     # print(json1)