Ver Fonte

增加日志

xueyiming há 7 meses atrás
pai
commit
04316b0c34

+ 1 - 0
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CrawlerVideoServiceImpl.java

@@ -284,6 +284,7 @@ public class CrawlerVideoServiceImpl {
     }
 
     public boolean pushOss(String contentId) {
+        log.info("VideoDownload and pushOss contentId={}", contentId);
         CrawlerVideoExample example = new CrawlerVideoExample();
         example.createCriteria().andContentIdEqualTo(contentId).andDownloadStatusEqualTo(0);
         example.setOrderByClause("score desc");