wangyunpeng преди 8 месеца
родител
ревизия
9a9f16f3ef
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      long-article-recommend-service/src/main/resources/mapper/longArticle/ArticleAuditMapper.xml

+ 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>