Browse Source

update worker group

pull/2/head
baoliang 6 years ago
parent
commit
90de48bbe5
  1. 1
      escheduler-dao/src/main/java/cn/escheduler/dao/mapper/ErrorCommandMapperProvider.java

1
escheduler-dao/src/main/java/cn/escheduler/dao/mapper/ErrorCommandMapperProvider.java

@ -22,6 +22,7 @@ public class ErrorCommandMapperProvider {
return new SQL() { return new SQL() {
{ {
INSERT_INTO(TABLE_NAME); INSERT_INTO(TABLE_NAME);
VALUES("`id`", "#{errorCommand.id}");
VALUES("`command_type`", EnumFieldUtil.genFieldStr("errorCommand.commandType", CommandType.class)); VALUES("`command_type`", EnumFieldUtil.genFieldStr("errorCommand.commandType", CommandType.class));
VALUES("`process_definition_id`", "#{errorCommand.processDefinitionId}"); VALUES("`process_definition_id`", "#{errorCommand.processDefinitionId}");
VALUES("`executor_id`", "#{errorCommand.executorId}"); VALUES("`executor_id`", "#{errorCommand.executorId}");

Loading…
Cancel
Save