Parcourir la source

Merge branch 'dev-xym-update-match' of Server/long-article-manage into master

xueyiming il y a 1 mois
Parent
commit
b59ae9b60e

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

@@ -439,7 +439,7 @@ public class MatchVideoServiceImpl {
                         Integer count = (Integer) redisTemplate.opsForValue().get(countKey);
                         if (count != null && count >= 3) {
                             //更新状态为失败
-                            LarkRobotUtil.sendMessage("crawlerVideoService addCrawlerVideo fail contentId=" + matchVideo.getContentId());
+//                            LarkRobotUtil.sendMessage("crawlerVideoService addCrawlerVideo fail contentId=" + matchVideo.getContentId());
                             log.error("crawlerVideoService addCrawlerVideo fail contentId={}", matchVideo.getContentId());
                             failMatchVideo(matchVideo);
                         } else {