wangyunpeng 7 meses atrás
pai
commit
bea6ca03e4

+ 1 - 1
long-article-recommend-service/src/main/resources/mapper/crawler/CrawlerBaseMapper.xml

@@ -88,7 +88,7 @@
 
     <select id="getByTitleMd5InAndTypeEqualsAndStatusEquals"
             resultType="com.tzld.longarticle.recommend.server.model.entity.crawler.Article">
-        select wx_sn, ghId, appMsgId, title, ItemIndex, publish_timestamp, show_view_count
+        select wx_sn, ghId, accountName, appMsgId, title, ItemIndex, publish_timestamp, show_view_count
         from official_articles_v2
         where title_md5 in
         <foreach collection="titleMd5s" item="item" separator="," open="(" close=")">