|
@@ -1052,7 +1052,7 @@
|
|
</if>
|
|
</if>
|
|
ORDER BY t1.charge DESC
|
|
ORDER BY t1.charge DESC
|
|
</select>
|
|
</select>
|
|
- <select id="get3MonthVideo">
|
|
|
|
|
|
+ <select id="get3MonthVideo" resultType="cn.com.ctop.kuaishou.modules.batch.entity.vo.KuaiShouVideoGetVo">
|
|
SELECT
|
|
SELECT
|
|
t.*
|
|
t.*
|
|
FROM
|
|
FROM
|
|
@@ -1064,7 +1064,7 @@
|
|
t1.cover_url AS 'coverUrl',
|
|
t1.cover_url AS 'coverUrl',
|
|
sum( t1.charge ) AS 'charge',
|
|
sum( t1.charge ) AS 'charge',
|
|
t1.channel_type AS 'channelType',
|
|
t1.channel_type AS 'channelType',
|
|
- t1.video_name AS 'photoNaem'
|
|
|
|
|
|
+ t1.video_name AS 'photoName'
|
|
FROM
|
|
FROM
|
|
`application`.app_kuaishou_video_report_busi_m t1
|
|
`application`.app_kuaishou_video_report_busi_m t1
|
|
WHERE
|
|
WHERE
|