소스 검색

FIX:修复公众号总数据时间问题

cxyu 3 년 전
부모
커밋
10701aa694
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      data_manage/pitcher_panel.py

+ 2 - 0
data_manage/pitcher_panel.py

@@ -838,6 +838,8 @@ def get_channel_summary(user_id, channel, pitcher, page, page_size, order_by, or
             
                from  dw_channel  a 
                 left join dw_channel_amount_daily_reverse b using (dt,channel)
+                left join quchen_text.advertiser_vx c on a.channel = c.name 
+                left join quchen_text.advertiser_vx d on b.channel = d.name 
                 where 1=1 {op} {op1} {op2}  {op6} {op7} GROUP BY a.channel) x
                 having 1=1   {op5}  ORDER BY {order_by} {order}