update long_articles_crawler_videos
set is_illegal = #{isIllegal}
where id in
#{id}
update long_articles_text
set old_article_title = article_title,
article_title = #{param.title},
article_title_update_account = #{param.updateAccount},
article_title_update_timestamp = #{updateTime}
where content_id = #{param.contentId}
update long_articles_text
set old_kimi_title = kimi_title,
kimi_title = #{param.title},
kimi_title_update_account = #{param.updateAccount},
kimi_title_update_timestamp = #{updateTime}
where content_id = #{param.contentId}
update long_articles_title_audit lat
join ( SELECT DISTINCT lamv.content_id, lamv.flow_pool_level
FROM long_articles_match_videos lamv
JOIN long_articles_title_audit lata ON lamv.content_id = lata.content_id
where lata.flow_pool_level is null) lamv ON lat.content_id = lamv.content_id
set lat.flow_pool_level = lamv.flow_pool_level
where lat.flow_pool_level is null