|
@@ -219,7 +219,7 @@ public class RecallService implements ApplicationContextAware {
|
|
|
}
|
|
|
content.removeIf(o -> !Objects.equals(o.getSourceType(), PublishPlanInputSourceTypesEnum.longArticleVideoPoolSource.getVal())
|
|
|
&& (Objects.isNull(textStatusMap.get(o.getSourceId()))
|
|
|
- || textStatusMap.get(o.getSourceId()) == 0));
|
|
|
+ || textStatusMap.get(o.getSourceId()) != 1));
|
|
|
}
|
|
|
|
|
|
private void setVideoContent(List<Content> contentList) {
|