ck 4 anni fa
parent
commit
9ded91a739
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      data_manage/pitcher_panel.py

+ 1 - 1
data_manage/pitcher_panel.py

@@ -135,7 +135,7 @@ def get_channel_overview(channel,pitcher,start,end,page,page_size,order_by,order
        order_amount-first_order_amount old_order_amount,
        round(if(first_order_user=0,0,first_order_amount/first_order_user),2) first_amount_per_user,
        round(if(follow_user=0,0,first_order_amount/follow_user),2) amount_per_follow,
-       round(if(first_order_user=0,0,cost/first_order_user),2) first_cost_per_user,
+       round(if(first_order_user=0,0,cost/reg_order_user),2) first_cost_per_user,
        round(if(follow_user=0,0,first_order_user/follow_user),4) new_user_order_rate,
        reg_order_amount reg_user_amount,
        round(if(cost=0,0,first_order_amount/cost),4) day_roi,