|
@@ -720,7 +720,7 @@
|
|
|
group by project_id) t2 on t1.projectId = t2.projectId
|
|
|
left join
|
|
|
(select project_id as 'projectId',
|
|
|
- ifnull(count(1), 0) as 'liveVideoCount'
|
|
|
+ ifnull(count(1), 0) as 'clipVideoCount'
|
|
|
from application.app_bytedance_material_info
|
|
|
where 1 = 1
|
|
|
<if test="companyId != null and companyId != ''">
|
|
@@ -895,7 +895,7 @@
|
|
|
group by project_id) t2 on t1.projectId = t2.projectId
|
|
|
left join
|
|
|
(select project_id as 'projectId',
|
|
|
- ifnull(count(1), 0) as 'liveVideoCount'
|
|
|
+ ifnull(count(1), 0) as 'clipVideoCount'
|
|
|
from application.app_kuaishou_material_info
|
|
|
where 1 = 1
|
|
|
<if test="companyId != null and companyId != ''">
|
|
@@ -1058,7 +1058,7 @@
|
|
|
group by leader_id) t2 on t1.leaderId = t2.leaderId
|
|
|
left join
|
|
|
(select leader_id as 'leaderId',
|
|
|
- ifnull(count(1), 0) as 'liveVideoCount'
|
|
|
+ ifnull(count(1), 0) as 'clipVideoCount'
|
|
|
from application.app_bytedance_material_info
|
|
|
where 1 = 1
|
|
|
<if test="companyId != null and companyId != ''">
|
|
@@ -1161,7 +1161,7 @@
|
|
|
group by leader_id) t2 on t1.leaderId = t2.leaderId
|
|
|
left join
|
|
|
(select leader_id as 'leaderId',
|
|
|
- ifnull(count(1), 0) as 'liveVideoCount'
|
|
|
+ ifnull(count(1), 0) as 'clipVideoCount'
|
|
|
from application.app_kuaishou_material_info
|
|
|
where 1 = 1
|
|
|
<if test="companyId != null and companyId != ''">
|
|
@@ -1318,7 +1318,7 @@
|
|
|
) t2 on t1.userId = t2.userId
|
|
|
left join
|
|
|
(select
|
|
|
- ifnull(count(1), 0) as 'liveVideoCount',
|
|
|
+ ifnull(count(1), 0) as 'clipVideoCount',
|
|
|
<if test="role == 'clip'">
|
|
|
clip_id as 'userId',
|
|
|
clip_name as 'userName'
|
|
@@ -1638,7 +1638,7 @@
|
|
|
) t2 on t1.userId = t2.userId
|
|
|
left join
|
|
|
(select
|
|
|
- ifnull(count(1), 0) as 'liveVideoCount',
|
|
|
+ ifnull(count(1), 0) as 'clipVideoCount',
|
|
|
<if test="role == 'clip'">
|
|
|
clip_id as 'userId',
|
|
|
clip_name as 'userName'
|