浏览代码

修改至今付费单价

cola 2 年之前
父节点
当前提交
61bea30848
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data_manage/pitcher_panel.py

+ 1 - 1
data_manage/pitcher_panel.py

@@ -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,