瀏覽代碼

修改异常判断

xueyiming 5 月之前
父節點
當前提交
d36c06ad96

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

@@ -144,7 +144,7 @@ public class MatchVideoServiceImpl {
                                 break; // 退出当前线程
                             }
                             processKimiMatchContent(matchVideo);
-                        } catch (InterruptedException e) {
+                        } catch (Exception e) {
                             log.error("Kimi搜索线程异常", e);
                         }
                     }