insert into jsh_log (user_id, operation, client_ip, create_time, status, content, tenant_id) values (#{userId,jdbcType=BIGINT}, #{operation,jdbcType=VARCHAR}, #{clientIp,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{status,jdbcType=TINYINT}, #{content,jdbcType=VARCHAR}, #{tenantId,jdbcType=BIGINT})