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