select id, slide_picture, slide_link, del_flag, create_time, create_by, update_time, update_by from bm_slide_show
insert into bm_slide_show
slide_picture,slide_link,del_flag,create_time,create_by,update_time,update_by,#{slidePicture},#{slideLink},#{delFlag},#{createTime},#{createBy},#{updateTime},#{updateBy},
update bm_slide_show
slide_picture = #{slidePicture},slide_link = #{slideLink},del_flag = #{delFlag},create_time = #{createTime},create_by = #{createBy},update_time = #{updateTime},update_by = #{updateBy},
where id = #{id}
delete from bm_slide_show where id = #{id}
delete from bm_slide_show where id in
#{id}