打印脚本入参

2024年9月4日11:04:51
This commit is contained in:
xiang2lin 2024-09-04 11:04:58 +08:00
parent d8fcae24d8
commit b5564c592a
1 changed files with 1 additions and 0 deletions

View File

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