|
@@ -224,6 +224,7 @@ public class CoreServiceImpl implements CoreService {
|
|
|
while (true) {
|
|
|
try {
|
|
|
MatchContent matchContent = queue.take();
|
|
|
+ log.info("matchContent={}", matchContent);
|
|
|
MatchVideo content = contentService.getContent(matchContent.getSourceId(), matchContent.getGhId());
|
|
|
if (content != null) {
|
|
|
Integer contentStatus = content.getContentStatus();
|