未验证 提交 2690340b 编写于 作者: B bao liang 提交者: GitHub

Merge pull request #239 from lenboo/branch-1.0.2

fix bug: error command id is 0.
......@@ -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.
先完成此消息的编辑!
想要评论请 注册