|
@@ -167,7 +167,7 @@ def get_channel_overview(user_id, channel, pitcher, stage, book,agent_id, start,
|
|
|
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/reg_order_user),2) first_cost_per_user,
|
|
|
+ round(if(reg_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,
|