|
@@ -288,6 +288,8 @@
|
|
|
|
|
|
<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,
|
|
@@ -319,6 +321,8 @@
|
|
|
|
|
|
<select id="videoInfoListDetailOperator" 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,
|
|
@@ -347,6 +351,8 @@
|
|
|
|
|
|
<select id="videoInfoListDetailDesign" 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,
|