소스 검색

增加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 {