select id, image, url, create_time, create_by, update_time, update_by, del_flag from app_banner
insert into app_banner
id,image,url,create_time,create_by,update_time,update_by,del_flag,#{id},#{image},#{url},#{createTime},#{createBy},#{updateTime},#{updateBy},#{delFlag},
update app_banner
image = #{image},url = #{url},create_time = #{createTime},create_by = #{createBy},update_time = #{updateTime},update_by = #{updateBy},del_flag = #{delFlag},
where id = #{id}
delete from app_banner where id = #{id}
delete from app_banner where id in
#{id}