bug #I631ZF groovy脚本接入时,自定义异常抛出后被组件失败异常覆盖

This commit is contained in:
everywhere.z
2022-11-30 16:25:08 +08:00
parent 8286bf7eae
commit 2bd8e0a86b
8 changed files with 100 additions and 4 deletions

View File

@@ -91,7 +91,6 @@ public class JavaScriptExecutor implements ScriptExecutor {
return compiledScript.eval(bindings);
}catch (Exception e){
log.error(e.getMessage(), e);
throw e;
}
}