select id, dept_id, name,jlId,title, content, photo, create_time, creator, update_time, updater, type from drive_school_dial
insert into drive_school_dial
dept_id,title,content,photo,create_time,creator,update_time,updater,type,jlId,name,#{deptId},#{title},#{content},#{photo},#{createTime},#{creator},#{updateTime},#{updater},#{type},#{jlId},#{name},
update drive_school_dial
dept_id = #{deptId},title = #{title},content = #{content},photo = #{photo},create_time = #{createTime},creator = #{creator},update_time = #{updateTime},updater = #{updater},type = #{type},jlId = #{jlId},type = #{name},
where id = #{id}
delete from drive_school_dial where id = #{id}
delete from drive_school_dial where id in
#{id}