Explorar el Código

视频报表修改

hcst_sunzhen hace 5 años
padre
commit
0b303e11ed

+ 0 - 3
module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/report/mapper/xml/ByteDanceVideoReportDailyMapper.xml

@@ -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,