delete from organization_degree_course_fee where id_ = #{id} insert into organization_degree_course_fee (organ_id_, vip_1v1_, vip_1v2_,theory_, create_time_, update_time_) values (#{organId}, #{vip1v1},#{vip1v2}, #{theory}, #{createTime}, #{updateTime}) update organization_degree_course_fee organ_id_ = #{organId}, vip_1v1_ = #{vip1v1}, vip_1v12 = #{vip1v2}, theory_ = #{theory}, create_time_ = #{createTime}, update_time_ = #{updateTime}, where id_ = #{id}