|
|
|
@ -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()); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|