cola 2 anni fa
parent
commit
35dbe06907
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      data_manage/pitcher_panel.py

+ 1 - 1
data_manage/pitcher_panel.py

@@ -735,7 +735,7 @@ def get_channel_order_trend(user_id, channel, pitcher,agent_id, start, end, page
 
     sumsql = f"""select concat(date_format(min(date),'%Y/%m/%d'),'~',date_format(max(date),'%Y/%m/%d')) date,
                sum(create_user_num) create_user_num,
-               sum(first_order_user) first_order_user,, -- 新增付费人数
+               sum(first_order_user) first_order_user, -- 新增付费人数
                 round(sum(cost)/sum(first_order_user),2) first_order_cost, --  '新增付费成本',
                 round(sum(first_amount)/sum(first_order_user),2)  ARPU, -- 新增付费ARPU
                 sum(hundred_user_num), -- 单日付费100+用户数