select * from ad_upload_log
insert into ad_upload_log
site_id,type,template_id,account_id,domain_id,url,upload_type,vid,create_time,#{siteId},#{type},#{templateId},#{accountId},#{domainId},#{url},#{uploadType},#{vid},#{createTime},
update ad_upload_log
site_id = #{siteId},type = #{type},template_id = #{templateId},account_id = #{accountId},domain_id = #{domainId},url = #{url},upload_type = #{uploadType},vid = #{vid},create_time = #{createTime},
where id = #{id}
delete from ad_upload_log where id = #{id}
delete from ad_upload_log where id in
#{id}