|
@@ -291,14 +291,11 @@
|
|
|
|
|
|
<select id="videoInfoListDetail" resultType="cn.com.ctop.toutiao.modules.report.entity.ByteDanceVideoReportDaily">
|
|
|
select
|
|
|
- -- a.project_id as projectId,
|
|
|
- -- a.project_name as projectName,
|
|
|
a.account_id as accountId,
|
|
|
a.advertiser_id as advertiserId,
|
|
|
a.advertiser_name as advertiserName,
|
|
|
a.stat_datetime as statDatetime,
|
|
|
a.cost as cost, -- 消耗
|
|
|
- -- a.signature as signature,
|
|
|
a.video_url as videoUrl,
|
|
|
(select info.url from ctop_material_info info where info.code = a.signature limit 1) as url,
|
|
|
huanbi as huanbi,
|