Ver Fonte

"repair"

renyupeng há 3 anos atrás
pai
commit
584a25573d

+ 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.`video_url`,
-       cmi.`cover_url`
+       video.`image_url`
 FROM (
          SELECT advertiser_id                        account_id,
                 material_id,

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

@@ -234,8 +234,7 @@ SELECT date_format({date_time},'%Y%m')          stat_non,
        report.first_rental_order_count,
        report.first_order_count,
        report.commute_first_pay_count,
-       video.`video_url`,
-       cmi.`cover_url`
+       video.`image_url`
 FROM (
          SELECT advertiser_id                        account_id,
                 material_id,