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