|
|
@@ -435,6 +435,7 @@ public class NodeAttachmentImpl implements NodeAttachmentService {
|
|
|
nodeAttachment = this.assemblyAttachment(projectId,GyjsydjfwscdjAttachmentNameEnum.NAME_2,nodeAttachment);
|
|
|
nodeAttachment = this.assemblyAttachment(projectId,GyjsydjfwscdjAttachmentNameEnum.NAME_3,nodeAttachment);
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
return nodeAttachment;
|
|
|
} catch (Exception e) {
|
|
|
@@ -553,6 +554,10 @@ public class NodeAttachmentImpl implements NodeAttachmentService {
|
|
|
parentName = GyjsydjfwscdjAttachmentNameEnum.NAME_1.getParentName();
|
|
|
GyjsydjfwscdjAttachmentNameEnum[] enumValues = GyjsydjfwscdjAttachmentNameEnum.values();
|
|
|
nameList = Arrays.stream(enumValues).map(GyjsydjfwscdjAttachmentNameEnum::getName).collect(Collectors.toList());
|
|
|
+ }else if(AloneWorkFlowEnum.NODE_8.getTableName().equalsIgnoreCase(tableName)){
|
|
|
+ parentName = TjyydhxAttachmentNameEnum.NAME_1.getParentName();
|
|
|
+ TjyydhxAttachmentNameEnum[] enumValues = TjyydhxAttachmentNameEnum.values();
|
|
|
+ nameList = Arrays.stream(enumValues).map(TjyydhxAttachmentNameEnum::getName).collect(Collectors.toList());
|
|
|
}
|
|
|
retMap.put(parentName,nameList);
|
|
|
return retMap;
|