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