소스 검색

修改bug

cola 2 년 전
부모
커밋
66726165c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      data_manage/pitcher_panel.py

+ 1 - 1
data_manage/pitcher_panel.py

@@ -222,7 +222,7 @@ sum(order_amount) order_amount,
 sum(old_order_amount) old_order_amount,
 round(sum(first_order_amount)/sum(first_order_user),2) first_amount_per_user,
 round(sum(first_order_amount)/sum(follow_user),2) amount_per_follow,
-round(sum(cost)/sum(first_order_user),2) first_cost_per_user,
+round(sum(cost)/sum(reg_order_user),2) first_cost_per_user,
 round(sum(first_order_user)/sum(follow_user),4) new_user_order_rate,
 sum(reg_user_amount) reg_user_amount,
 round(sum(first_order_amount)/sum(cost),4) day_roi,