mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-16 02:10:48 +08:00
update worker group
This commit is contained in:
parent
ac3cedc277
commit
90de48bbe5
@ -22,6 +22,7 @@ public class ErrorCommandMapperProvider {
|
||||
return new SQL() {
|
||||
{
|
||||
INSERT_INTO(TABLE_NAME);
|
||||
VALUES("`id`", "#{errorCommand.id}");
|
||||
VALUES("`command_type`", EnumFieldUtil.genFieldStr("errorCommand.commandType", CommandType.class));
|
||||
VALUES("`process_definition_id`", "#{errorCommand.processDefinitionId}");
|
||||
VALUES("`executor_id`", "#{errorCommand.executorId}");
|
||||
|
Loading…
Reference in New Issue
Block a user