|
@@ -148,7 +148,7 @@
|
|
join ( SELECT DISTINCT lamv.content_id, lamv.flow_pool_level
|
|
join ( SELECT DISTINCT lamv.content_id, lamv.flow_pool_level
|
|
FROM long_articles_match_videos lamv
|
|
FROM long_articles_match_videos lamv
|
|
JOIN long_articles_title_audit lata ON lamv.content_id = lata.content_id
|
|
JOIN long_articles_title_audit lata ON lamv.content_id = lata.content_id
|
|
- where lamv.flow_pool_level is not null) lamv ON lat.content_id = lamv.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
|
|
set lat.flow_pool_level = lamv.flow_pool_level
|
|
where lat.flow_pool_level is null
|
|
where lat.flow_pool_level is null
|
|
</update>
|
|
</update>
|