|
@@ -606,7 +606,7 @@ public class RecallService implements ApplicationContextAware {
|
|
|
avgViewCount = Optional.ofNullable(indexMap.get(hisArticle.getItemIndex().toString()).getReadAvg())
|
|
|
.orElse(0.0).intValue();
|
|
|
avgOpenRate = Optional.ofNullable(indexMap.get(hisArticle.getItemIndex().toString()).getOpenRateAvg())
|
|
|
- .orElse(0.0).intValue();
|
|
|
+ .orElse(0.0);
|
|
|
readAvgCiUpper = Optional.ofNullable(indexMap.get(hisArticle.getItemIndex().toString()).getReadAvgCiUpper())
|
|
|
.orElse(0.0).intValue();
|
|
|
} else {
|