|
@@ -101,7 +101,7 @@ public class VideoSourceTypeStrategy implements FilterStrategy {
|
|
|
(ValueOperations<String, String>) redisOperations.opsForValue();
|
|
|
status.forEach(v -> {
|
|
|
operations.set(String.format(keyFormat, v.getVideoId()),
|
|
|
- String.valueOf(v.getRecommendStatus()), RandomUtils.nextInt(30, 60),
|
|
|
+ String.valueOf(v.getVideoUid()), RandomUtils.nextInt(30, 60),
|
|
|
TimeUnit.SECONDS);
|
|
|
});
|
|
|
|