|
@@ -315,7 +315,7 @@ public class RankStrategy4RegionMergeModelV999 extends RankStrategy4RegionMergeM
|
|
|
if (feature != null
|
|
|
&& MapUtils.isNotEmpty(feature.getVideoFeature())
|
|
|
&& MapUtils.isNotEmpty(feature.getVideoFeature().get(item.getVideoId() + ""))) {
|
|
|
- video.getMetaFeatureMap().putAll(feature.getVideoFeature().get(item.getVideoId() + "");
|
|
|
+ video.getMetaFeatureMap().putAll(feature.getVideoFeature().get(item.getVideoId() + ""));
|
|
|
}
|
|
|
if (feature != null
|
|
|
&& MapUtils.isNotEmpty(feature.getUserFeature())) {
|