瀏覽代碼

Merge branch 'wyp/1212-bugFix' of Server/long-article-recommend into master

wangyunpeng 11 月之前
父節點
當前提交
0f1aaf102a

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

@@ -88,7 +88,7 @@
 
 
     <select id="getByTitleMd5InAndTypeEqualsAndStatusEquals"
     <select id="getByTitleMd5InAndTypeEqualsAndStatusEquals"
             resultType="com.tzld.longarticle.recommend.server.model.entity.crawler.Article">
             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
         from official_articles_v2
         where title_md5 in
         where title_md5 in
         <foreach collection="titleMd5s" item="item" separator="," open="(" close=")">
         <foreach collection="titleMd5s" item="item" separator="," open="(" close=")">