id, conversation_id, topic, stance, content, user_message, sequence, create_time INSERT INTO wx_argument_record ( conversation_id, topic, stance, content, user_message, sequence, create_time ) VALUES ( #{conversationId,jdbcType=BIGINT}, #{topic,jdbcType=VARCHAR}, #{stance,jdbcType=VARCHAR}, #{content,jdbcType=LONGVARCHAR}, #{userMessage,jdbcType=LONGVARCHAR}, #{sequence,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP} )