diff --git a/src/main/java/neatlogic/framework/process/dto/ProcessTaskFormAttributeDataVo.java b/src/main/java/neatlogic/framework/process/dto/ProcessTaskFormAttributeDataVo.java index 912c249822d60c2eba792925797ef067bf65b492..0a974c94bcbf1e37c136b0747d0cfdec2d54df3b 100755 --- a/src/main/java/neatlogic/framework/process/dto/ProcessTaskFormAttributeDataVo.java +++ b/src/main/java/neatlogic/framework/process/dto/ProcessTaskFormAttributeDataVo.java @@ -14,6 +14,7 @@ public class ProcessTaskFormAttributeDataVo extends AttributeDataVo { this.setId(attributeDataVo.getId()); this.setFormUuid(attributeDataVo.getFormUuid()); this.setAttributeUuid(attributeDataVo.getAttributeUuid()); + this.setAttributeKey(attributeDataVo.getAttributeKey()); this.setAttributeLabel(attributeDataVo.getAttributeLabel()); this.setHandler(attributeDataVo.getHandler()); this.setData(attributeDataVo.getData());