select id, title, url, type, create_by, create_time, update_by, update_time, is_del,belong from watch_beginner_guide insert into watch_beginner_guide title, url, type, create_by, create_time, update_by, update_time, is_del, belong, #{title}, #{url}, #{type}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{isDel}, #{belong} update watch_beginner_guide title = #{title}, url = #{url}, type = #{type}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, is_del = #{isDel}, belong = #{belong}, where id = #{id} delete from device_beginner_gGuide where id = #{id} delete from device_beginner_gGuide where id in #{id}