|
@@ -228,7 +228,6 @@ public class CoreServiceImpl implements CoreService {
|
|
|
if (matchContent == null) {
|
|
|
break; // 退出当前线程
|
|
|
}
|
|
|
- log.info("matchContent={}", matchContent);
|
|
|
MatchVideo content = contentService.getContent(matchContent.getSourceId(), matchContent.getGhId(), 2);
|
|
|
if (content != null) {
|
|
|
Integer contentStatus = content.getContentStatus();
|