ck 4 년 전
부모
커밋
53a8aa444c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      data_manage/pitcher_panel.py

+ 1 - 1
data_manage/pitcher_panel.py

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