wangyunpeng hai 4 meses
pai
achega
9a9f16f3ef

+ 1 - 1
long-article-recommend-service/src/main/resources/mapper/longArticle/ArticleAuditMapper.xml

@@ -148,7 +148,7 @@
         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 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
         where lat.flow_pool_level is null
     </update>