|
@@ -764,7 +764,7 @@ def get_channel_summary(channel,pitcher,page,page_size,order_by,order,state,loca
|
|
|
sum(total_amount) total_amount,sum(profit) profit,
|
|
|
round(sum(total_amount)/sum(total_cost),4) roi,
|
|
|
sum(follow_user) follow_user,
|
|
|
- sum(reg_order_user) order_user,
|
|
|
+ sum(order_user) order_user,
|
|
|
round(sum(total_cost)/sum(follow_user),2) follow_per_cost,
|
|
|
round(sum(order_user)/sum(follow_user),4) order_tran_rate,
|
|
|
round(sum(total_cost)/sum(order_user),2) order_tran_cost
|