|
@@ -369,6 +369,7 @@ public class ContentServiceImpl implements ContentService {
|
|
|
if (crawlerVideoList.size() > VIDEO_NUM) {
|
|
|
return crawlerVideoList.subList(0, VIDEO_NUM);
|
|
|
}
|
|
|
+ log.info("getContentMiniVideo crawlerVideoList={}", crawlerVideoList);
|
|
|
return crawlerVideoList;
|
|
|
} catch (Exception e) {
|
|
|
log.error("getContentMiniVideo error", e);
|