提交 fce91b15 编写于 作者: B baoliang

fix bug: error command id is 0.

上级 84d95eef
......@@ -102,6 +102,7 @@ public class ErrorCommand {
public ErrorCommand(Command command, String message){
this.id = command.getId();
this.commandType = command.getCommandType();
this.executorId = command.getExecutorId();
this.processDefinitionId = command.getProcessDefinitionId();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册