select id, dept_id, name,jlId,title, content, photo, create_time, create_by, update_time, update_by, type from drive_school_dial
insert into drive_school_dial
dept_id,title,content,photo,create_time,create_by,update_time,update_by,type,jlId,name,#{deptId},#{title},#{content},#{photo},#{createTime},#{createBy},#{updateTime},#{updateBy},#{type},#{jlId},#{name},
update drive_school_dial
dept_id = #{deptId},title = #{title},content = #{content},photo = #{photo},create_time = #{createTime},create_by = #{createBy},update_time = #{updateTime},update_by = #{updateBy},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}