Prechádzať zdrojové kódy

增加publish_content_id

xueyiming 1 mesiac pred
rodič
commit
4da16244cf

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