소스 검색

‘修改null值’

zhl 3 년 전
부모
커밋
5da198a965
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      Apietl/bytedance_etl/Q4Task/AppBytedanceImageReportBusi.py

+ 1 - 2
Apietl/bytedance_etl/Q4Task/AppBytedanceImageReportBusi.py

@@ -234,8 +234,7 @@ SELECT concat(date_format(date_sub({date_time}, INTERVAL ({day_count} -1 )  DAY)
        report.first_rental_order_count,
        report.first_order_count,
        report.commute_first_pay_count,
-       video.`image_url`,
-       ''
+       video.`image_url`
 FROM ( SELECT advertiser_id    account_id,
                 material_id,
                 image_mode,