select id, title, img_url, video_img, labels, detail, apply_num, clew_content, create_by, create_time, update_by, update_time from clew_material insert into clew_material title, img_url, video_img, labels, detail, apply_num, clew_content, create_by, create_time, update_by, update_time, #{title}, #{imgUrl}, #{videoImg}, #{labels}, #{detail}, #{applyNum}, #{clewContent}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update clew_material title = #{title}, img_url = #{imgUrl}, video_img = #{videoImg}, labels = #{labels}, detail = #{detail}, apply_num = #{applyNum}, clew_content = #{clewContent}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from clew_material where id = #{id} delete from clew_material where id in #{id}