|
@@ -472,15 +472,4 @@
|
|
|
where content_id = #{contentId,jdbcType=VARCHAR}
|
|
where content_id = #{contentId,jdbcType=VARCHAR}
|
|
|
</update>
|
|
</update>
|
|
|
|
|
|
|
|
- <select id="selectUnmatchedArticles" resultMap="BaseResultMap">
|
|
|
|
|
- select t.content_id, t.article_title, t.old_article_title, t.article_title_update_account,
|
|
|
|
|
- t.article_title_update_timestamp, t.kimi_title, t.old_kimi_title, t.kimi_title_update_account,
|
|
|
|
|
- t.kimi_title_update_timestamp, t.kimi_summary, t.kimi_keys, t.kimi_status, t.similarity_status,
|
|
|
|
|
- t.start_processing_time, t.result_status, t.create_time
|
|
|
|
|
- from long_articles_text t
|
|
|
|
|
- left join long_articles_vector_match_videos v on t.content_id = v.content_id
|
|
|
|
|
- where v.content_id is null
|
|
|
|
|
- and t.article_title is not null
|
|
|
|
|
- and t.article_title != ''
|
|
|
|
|
- </select>
|
|
|
|
|
</mapper>
|
|
</mapper>
|