@@ -76,7 +76,6 @@
where account_id = #{accountId}
and material_upload_time >= #{startTime}
and material_upload_time <= #{endTime}
- and cmi.id is not null
having creativeCnt <= #{creativeCnt}
order by material_upload_time desc
limit #{videoCnt}