|
@@ -15,7 +15,6 @@ import com.tzld.piaoquan.recommend.server.util.CommonCollectionUtils;
|
|
|
import com.tzld.piaoquan.recommend.server.util.JSONUtils;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.collections4.CollectionUtils;
|
|
|
-import org.apache.commons.lang.math.NumberUtils;
|
|
|
import org.apache.commons.lang3.RandomUtils;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -156,6 +155,12 @@ public class VideoSourceTypeStrategy implements FilterStrategy {
|
|
|
|| (vid2UidMap.containsKey(l) && notUserUploadUserIds.contains(vid2UidMap.get(l))))
|
|
|
.collect(Collectors.toList());
|
|
|
|
|
|
+ log.info("VideoSourceTypeStrategy \t param={} \t before={} \t " +
|
|
|
+ "after={}",
|
|
|
+ JSONUtils.toJson(param),
|
|
|
+ JSONUtils.toJson(param.getVideoIds()),
|
|
|
+ JSONUtils.toJson(videoIds));
|
|
|
+
|
|
|
return videoIds;
|
|
|
}
|
|
|
}
|