@@ -36,7 +36,7 @@ from (
1 as type_id,
project_id,
if(status = 1, 1, 0) as material_upload_adsp_num,
- if(sync_kuaishou = 2, 1, 0) as material_upload_media_num
+ if(sync_kuaishou = 2 or sync_bytedance=2, 1, 0) as material_upload_media_num
from `jeecg-boot`.ctop_material_info
where date_format(create_time, '%Y%m%d') = {stat_date}
and status = 1