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