select url, apiName from t_ebs_api insert into t_ebs_api url, apiName, #{url}, #{apiname}, update t_ebs_api apiName = #{apiname}, where url = #{url} delete from t_ebs_api where url = #{url} delete from t_ebs_api where url in #{url}