select id, name, information, imgurl, createuserid, createtime from by_lecturer insert into by_lecturer id, name, information, imgurl, createuserid, createtime, isdel, #{id}, #{name}, #{information}, #{imgurl}, #{createuserid}, #{createtime}, #{isdel}, update by_lecturer name = #{name}, information = #{information}, imgurl = #{imgurl}, createuserid = #{createuserid}, createtime = #{createtime}, where id = #{id} update by_lecturer set isdel='1' where id = #{id} update by_lecturer set isdel='1' where id in #{id}