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