|
@@ -232,7 +232,6 @@ public class CoreServiceImpl implements CoreService {
|
|
|
while (true) {
|
|
|
try {
|
|
|
MatchContent matchContent = queue.take();
|
|
|
- log.info("matchContent={}", matchContent);
|
|
|
MatchVideo content = contentService.getContent(matchContent.getSourceId(), matchContent.getGhId(), 2);
|
|
|
if (content != null) {
|
|
|
Integer contentStatus = content.getContentStatus();
|
|
@@ -421,6 +420,7 @@ public class CoreServiceImpl implements CoreService {
|
|
|
articleSortRequest.setPushType(planAccount.getPushType());
|
|
|
|
|
|
ArticleSortResponse articleSortResponse = sortService.publishArticleSort(articleSortRequest);
|
|
|
+
|
|
|
if (articleSortResponse == null || articleSortResponse.getData() == null) {
|
|
|
continue;
|
|
|
}
|