select id, create_time, create_by, update_time, update_by, node_setting_id, start_num, end_num, price from node_price_config
insert into node_price_config
create_time,
create_by,
update_time,
update_by,
node_setting_id,
start_num,
end_num,
price,
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{nodeSettingId},
#{startNum},
#{endNum},
#{price},
update node_price_config
create_time = #{createTime},
create_by = #{createBy},
update_time = #{updateTime},
update_by = #{updateBy},
node_setting_id = #{nodeSettingId},
start_num = #{startNum},
end_num = #{endNum},
price = #{price},
where id = #{id}
delete from node_price_config where id in
#{id}