insert into proxy_oper_log(proxy_id, title, business_type, method, request_method,
operator_type, oper_name, dept_name, oper_url, oper_ip, oper_location,
oper_param, json_result, status, error_msg, oper_time)
values(#{proxyId}, #{title}, #{businessType}, #{method}, #{requestMethod},
#{operatorType}, #{operName}, #{deptName}, #{operUrl}, #{operIp}, #{operLocation},
#{operParam}, #{jsonResult}, #{status}, #{errorMsg}, #{operTime})
delete from proxy_oper_log where oper_id in
#{operId}
delete from proxy_oper_log where oper_id = #{operId}