select id, title, content, is_top, create_time, create_by, update_time, update_by from notice
insert into notice
id,title,content,is_top,create_time,create_by,update_time,update_by,#{id},#{title},#{content},#{isTop},#{createTime},#{createBy},#{updateTime},#{updateBy},
update notice
title = #{title},content = #{content},is_top = #{isTop},create_time = #{createTime},create_by = #{createBy},update_time = #{updateTime},update_by = #{updateBy},
where id = #{id}
delete from notice where id in
#{id}