|
@@ -377,6 +377,8 @@ public class TurnPoint {
|
|
t.setName("ZD" + (this.levelInfo.getCloseZd().size() + 1));
|
|
t.setName("ZD" + (this.levelInfo.getCloseZd().size() + 1));
|
|
BeanUtils.copyProperties(this, t);
|
|
BeanUtils.copyProperties(this, t);
|
|
t.setDataMap(new HashMap<>(20));
|
|
t.setDataMap(new HashMap<>(20));
|
|
|
|
+ this.peer=t;
|
|
|
|
+ t.setPeer(this);
|
|
return t;
|
|
return t;
|
|
}
|
|
}
|
|
|
|
|