REQ-3540: oss client
This commit is contained in:
parent
1e1d8bf0ad
commit
648f7c462b
@ -16,6 +16,9 @@ public class CopyNodeVisitor extends ValueNodeRecursiveVisitor<IndexNode> {
|
||||
public WalkingDecision visit(ValueNode<IndexNode> node) {
|
||||
IndexNode copy = node.getValue();
|
||||
copy.setId(0L);
|
||||
copy.setParentCode("");
|
||||
copy.setParentId(0L);
|
||||
copy.setPath("");
|
||||
copy.setCode(UUIDUtil.uuidString());
|
||||
return WalkingDecision.CONTINUE;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user