INSERT INTO jeesite_sys_log( id, type, title, create_by, create_date, remote_addr, user_agent, request_uri, method, params, exception ) VALUES ( #{id}, #{type}, #{title}, #{createBy.id}, #{createDate}, #{remoteAddr}, #{userAgent}, #{requestUri}, #{method}, #{params}, #{exception} )