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