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