parent
d8fcae24d8
commit
b5564c592a
|
@ -52,6 +52,7 @@ public class GroovyUtil {
|
|||
throw new BaseSystemException(e);
|
||||
}
|
||||
Object returnObj = groovyObject.invokeMethod("execute",parameterJson);
|
||||
logger.info("脚本参数:{}",parameterJson);
|
||||
logger.info("执行脚本结束:"+returnObj);
|
||||
return returnObj;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue