ck преди 4 години
родител
ревизия
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,