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>