Commit c59a4361 by huangfusuper

完善时间信息

parent 3f9f6664
...@@ -72,6 +72,7 @@ public class ImperativeExecutionImpl implements ScriptExecutorService { ...@@ -72,6 +72,7 @@ public class ImperativeExecutionImpl implements ScriptExecutorService {
log.info("--------------runPythonScript,脚本调用开始-----------"); log.info("--------------runPythonScript,脚本调用开始-----------");
//创建回复对象 //创建回复对象
JobRunResultDto jobRunResultDto = new JobRunResultDto(); JobRunResultDto jobRunResultDto = new JobRunResultDto();
jobRunResultDto.setStartTime(new Date());
try { try {
//功能链添加 //功能链添加
ProcessingNodeChain processingNodeChain = new ProcessingNodeChain().addProcessingNode(parameterVerificationProcessingMachine) ProcessingNodeChain processingNodeChain = new ProcessingNodeChain().addProcessingNode(parameterVerificationProcessingMachine)
......
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