renyupeng 3 년 전
부모
커밋
1a0e6942b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Apietl/kwai_etl/report/MateirialVideoDailyReport.py

+ 1 - 1
Apietl/kwai_etl/report/MateirialVideoDailyReport.py

@@ -288,7 +288,7 @@ from media_api.kuaishou_material_video_report_daily report
          left join `jeecg-boot`.sys_user leader on leader.id = cma.leader_id
          left join `jeecg-boot`.user_company uc on uc.user_id = clip.id
          left join `jeecg-boot`.ctop_product product on product.id = cp.product_id
- where report.stat_date between {start_time} and {end_time} and  report.photo_id!=0
+ where report.stat_date between {start_time} and {end_time} 
    and report.advertiser_id={account_id}""".format(
                     start_time=self.start_time, end_time=self.end_time, account_id=account_id[0])
                 print(sql)