REQ-3540: oss client

This commit is contained in:
yanglin 2025-03-17 15:28:10 +08:00
parent 648f7c462b
commit dc0d497e2a

View File

@ -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;