songyh 4 anni fa
parent
commit
378ac85f14

+ 0 - 1
jeecg-boot-bytedance/src/main/java/org/jeecg/modules/bytedance/advertise/mapper/xml/ByteDanceVideoInfoMapper.xml

@@ -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}