|
@@ -89,7 +89,8 @@ public class AppletVideoStatusStrategy implements FilterStrategy {
|
|
|
// 数据库有数据
|
|
|
for (VideoAppTypeStatus videoAppTypeStatus : videoAppTypeStatusList) {
|
|
|
activeStatusMap.put(videoAppTypeStatus.getVideoId(), videoAppTypeStatus.getVideoStatus());
|
|
|
- updateRedisStatus.put(String.format(videoAppTypeStatusKeyFormat, appType, videoAppTypeStatus.getVideoId()), "1");
|
|
|
+ updateRedisStatus.put(String.format(videoAppTypeStatusKeyFormat, appType,
|
|
|
+ videoAppTypeStatus.getVideoId()), videoAppTypeStatus.getVideoStatus().toString());
|
|
|
cacheMissVideoIdSet.remove(videoAppTypeStatus.getVideoId());
|
|
|
}
|
|
|
}
|