ck пре 4 година
родитељ
комит
43d82d9d01
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,