|
@@ -87,7 +87,7 @@ ifnull(t5.new_hot_material,0) as new_hot_num,
|
|
|
trush_cam_num,
|
|
|
trush_unit_num
|
|
|
from
|
|
|
- (select account_id from `jeecg-boot`.ctop_user_allocation where account_status=0 and media_id=2)t1
|
|
|
+ (select account_id from `jeecg-boot`.ctop_user_allocation where media_id=2)t1
|
|
|
left join
|
|
|
(select distinct account_id,signature from `media_api`.kuaishou_video_list where date_format(stat_date,'%Y%m%d')={date_time}) ty
|
|
|
on t1.account_id=ty.account_id
|