Skip to content

Commit fce91b1

Browse files
author
baoliang
committed
fix bug: error command id is 0.
1 parent 84d95ee commit fce91b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: escheduler-dao/src/main/java/cn/escheduler/dao/model/ErrorCommand.java

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public class ErrorCommand {
102102

103103

104104
public ErrorCommand(Command command, String message){
105+
this.id = command.getId();
105106
this.commandType = command.getCommandType();
106107
this.executorId = command.getExecutorId();
107108
this.processDefinitionId = command.getProcessDefinitionId();

0 commit comments

Comments
 (0)