select id, title, url, publication_time, create_time, create_by, update_time, update_by from vr_literature insert into vr_literature title, url, publication_time, create_by, create_time, update_by, update_time, #{title}, #{url}, #{publicationTime}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, INSERT INTO vr_literature (title, url, publication_time, create_by,create_time) VALUES (#{item.title}, #{item.url}, #{item.publicationTime}, #{item.createBy}, #{item.createTime}) update vr_literature title = #{title}, url = #{url}, publication_time = #{publicationTime}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from vr_literature where id = #{id} delete from vr_literature where id in #{id}