ck 4 лет назад
Родитель
Сommit
406f8d3b1f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      data_manage/pitcher_panel.py

+ 1 - 1
data_manage/pitcher_panel.py

@@ -208,7 +208,7 @@ def get_channel_again_order_trend(channel,date):
     sql=f"""select dt date,
        channel,book,pitcher,stage,
        cost,
-       reg_order_amount,
+       reg_order_amount reg_amount,
        round(if(cost=0,0,reg_order_amount/cost),4) roi,
        follow_user new_follow,
        round(if(follow_user=0,0,cost/follow_user),2) new_follow_per_cost,