This commit is contained in:
parent
7c3b189530
commit
8ece0ab087
|
@ -51,6 +51,7 @@ public class GroovyUtil {
|
|||
logger.info("创建newInstance失败:"+ e);
|
||||
throw new BaseSystemException(e);
|
||||
}
|
||||
logger.info("开始执行脚本:"+parameterJson);
|
||||
Object returnObj = groovyObject.invokeMethod("execute",parameterJson);
|
||||
logger.info("执行脚本结束:"+returnObj);
|
||||
return returnObj;
|
||||
|
|
Loading…
Reference in New Issue