wangyunpeng 2 dní pred
rodič
commit
a3899dece7

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

@@ -80,7 +80,7 @@
 
     <select id="getAllByGhIdIn"
             resultType="com.tzld.longarticle.recommend.server.model.entity.crawler.AccountAvgInfo">
-        select gh_id, position, update_time, fans, read_avg
+        select gh_id, position, update_time, fans, read_avg, read_avg_ci_upper
         from account_avg_info_v3
         where gh_id in
         <foreach collection="ghIdList" item="item" separator="," open="(" close=")">