renyupeng 3 年 前
コミット
c7230bc3e0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Apietl/kwai_etl/Q4Task/AppKuaishouVideoReportBusi.py

+ 1 - 1
Apietl/kwai_etl/Q4Task/AppKuaishouVideoReportBusi.py

@@ -62,9 +62,9 @@ CASE WHEN cmi.material_name IS NOT NULL THEN cmi.material_name
      ELSE video.photo_name END AS video_name,##视频名称
 case when video.channel_type = 1 then '素造' else '内部' end as  chl_name, #渠道名称
 up.company_id clip_company_id, #剪辑公司
-report.charge ,
 ifnull(ratio.charge,0) last_charge,
 ifnull(round((report.charge-ratio.charge)/ratio.charge*100,3),0) charge_ratio,
+report.charge ,
 report.`show`,
 report.photo_click,
 report.aclick ,