|
@@ -1025,7 +1025,8 @@
|
|
|
end
|
|
|
) as 'eventNextDayStayCost', -- 次日留存成本
|
|
|
(select url from ctop_kuaishou_video_get where photo_id = c.photo_id limit 1) as url,
|
|
|
- (select cover_url from ctop_kuaishou_video_get where photo_id = c.photo_id limit 1) as coverUrl
|
|
|
+ (select cover_url from ctop_kuaishou_video_get where photo_id = c.photo_id limit 1) as coverUrl,
|
|
|
+ (select material_type from ctop_kuaishou_video_get where photo_id = c.photo_id limit 1) as materialType
|
|
|
from
|
|
|
ctop_kuaishou_report_daily_creative a
|
|
|
left join (select * from ctop_user_allocation group by account_id) b on a.account_id = b.account_id
|