From 187dc3d2c0dfcb1e3bd0e135b92628953d8c5712 Mon Sep 17 00:00:00 2001 From: xjf <378266566@qq.com> Date: Sat, 6 Dec 2025 23:57:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A2=9E=E5=8A=A0=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=AE=9E=E4=BE=8B=E5=BC=82=E5=B8=B8=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/alert/service/instant/InstantServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yudao-module-alert/yudao-module-alert-biz/src/main/java/cn/iocoder/yudao/module/alert/service/instant/InstantServiceImpl.java b/yudao-module-alert/yudao-module-alert-biz/src/main/java/cn/iocoder/yudao/module/alert/service/instant/InstantServiceImpl.java index 28ca7e5..85b111f 100644 --- a/yudao-module-alert/yudao-module-alert-biz/src/main/java/cn/iocoder/yudao/module/alert/service/instant/InstantServiceImpl.java +++ b/yudao-module-alert/yudao-module-alert-biz/src/main/java/cn/iocoder/yudao/module/alert/service/instant/InstantServiceImpl.java @@ -227,7 +227,7 @@ try{ return resultList; } catch (Exception e) { log.error("模型实例创建失败,错误信息: ", e); - throw exception(CREATE_INSTANT_ERROR,"模型实例创建失败: " + e.getMessage(), e); + throw exception(CREATE_INSTANT_ERROR,"模型实例创建失败: " + e.getMessage()); } } @@ -276,7 +276,7 @@ try{ } } catch (Exception e) { log.error("模型实例创建失败,错误信息: ", e); - throw exception(CREATE_INSTANT_ERROR,"模型实例创建失败: " + e.getMessage(), e); + throw exception(CREATE_INSTANT_ERROR,"模型实例创建失败: " + e.getMessage()); } }