Commit 81448cf9 by huangfusuper

取消异常

parent 907d7119
...@@ -53,7 +53,6 @@ public class CommandAndScriptProcessingMachine implements ProcessingMachine { ...@@ -53,7 +53,6 @@ public class CommandAndScriptProcessingMachine implements ProcessingMachine {
String command = scriptDto.getCommand(); String command = scriptDto.getCommand();
log.debug("-----初始命令为{}------------", command); log.debug("-----初始命令为{}------------", command);
String param = scriptDto.getParam(); String param = scriptDto.getParam();
param = "测试异常";
ScriptParamAndPlaceholderDto paramAndPlaceholderDto = null; ScriptParamAndPlaceholderDto paramAndPlaceholderDto = null;
if (StringUtils.isNotBlank(param)) { if (StringUtils.isNotBlank(param)) {
RunParamWrapped runParamWrapped = JSON.parseObject(param, RunParamWrapped.class); RunParamWrapped runParamWrapped = JSON.parseObject(param, RunParamWrapped.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment