select * from ad_html_template
insert into ad_html_template
no,images,name,url,data_json,create_time,create_by,update_by,update_time,#{no},#{images},#{name},#{url},#{dataJson},#{createTime},#{createBy},#{updateBy},#{updateTime},
update ad_html_template
no = #{no},images = #{images},url = #{url},data_json = #{dataJson},create_time = #{createTime},create_by = #{createBy},update_by = #{updateBy},update_time = #{updateTime},
where id = #{id}
delete from ad_html_template where id = #{id}
delete from ad_html_template where id in
#{id}