ck il y a 4 ans
Parent
commit
53a8aa444c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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