@@ -75,7 +75,7 @@
'video' As materialType
from ctop_bytedance_video_info video
left join ctop_material_info cmi on video.signature = cmi.code and cmi.project_id = #{projectId}
- where account_id = #{accountId}
+ where account_id = '${accountId}'
and cmi.code is not null
and cmi.status = 1
and cmi.offline_flag = 0