id, user_name, url, description, method, request_class, request_method, ip, create_time
params
delete
from sys_log
where id = #{id,jdbcType=VARCHAR}
insert into sys_log (id, user_name, url, description,
method, request_class, request_method,
ip, create_time, params)
values (#{id,jdbcType=VARCHAR}, #{userName,jdbcType=VARCHAR}, #{url,jdbcType=VARCHAR},
#{description,jdbcType=VARCHAR},
#{method,jdbcType=VARCHAR}, #{requestClass,jdbcType=VARCHAR}, #{requestMethod,jdbcType=VARCHAR},
#{ip,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{params,jdbcType=LONGVARCHAR})
insert into sys_log
id,
user_name,
url,
description,
method,
request_class,
request_method,
ip,
create_time,
params,
#{id,jdbcType=VARCHAR},
#{userName,jdbcType=VARCHAR},
#{url,jdbcType=VARCHAR},
#{description,jdbcType=VARCHAR},
#{method,jdbcType=VARCHAR},
#{requestClass,jdbcType=VARCHAR},
#{requestMethod,jdbcType=VARCHAR},
#{ip,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{params,jdbcType=LONGVARCHAR},