ck 4 years ago
parent
commit
cf78bcfa85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data_manage/pitcher_panel.py

+ 1 - 1
data_manage/pitcher_panel.py

@@ -146,7 +146,7 @@ def get_channel_overview(channel,pitcher,start,end,page,page_size,order_by,order
         pitcher,stage,
         round(cost/first_order_user,2) first_order_user_per_cost, 
         round(reg_order_amount/reg_order_user,2) user_per_amount, 
-        round(click_count/follow_user,4) click_follow_rate, 
+        round(follow_user/click_count,4) click_follow_rate, 
         round(reg_order_user/follow_user,4) follow_order_rate 
 from dw_channel_daily where 1=1 {op1} {op2} {op3} {op4} {op5} """