Преглед на файлове

增加publish_content_id

xueyiming преди 5 месеца
родител
ревизия
4da16244cf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/MatchVideoServiceImpl.java

+ 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 {