select id, create_time, create_by, update_time, update_by, node_key, node_value, node_name from t_config insert into t_config create_time, create_by, update_time, update_by, node_key, node_value, node_name, #{createTime}, #{createBy}, #{updateTime}, #{updateBy}, #{nodeKey}, #{nodeValue}, #{nodeName}, update t_config create_time = #{createTime}, create_by = #{createBy}, update_time = #{updateTime}, update_by = #{updateBy}, node_key = #{nodeKey}, node_value = #{nodeValue}, node_name = #{nodeName}, where id = #{id} delete from t_config where id in #{id}