update worker group

This commit is contained in:
baoliang 2019-04-23 15:33:30 +08:00
parent ac3cedc277
commit 90de48bbe5

View File

@ -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}");