|
@@ -72,7 +72,7 @@ public class TbLinkSyopTraf implements Serializable {
|
|
.trvlHh(this.trvlHh)
|
|
.trvlHh(this.trvlHh)
|
|
.build();
|
|
.build();
|
|
|
|
|
|
- if (this.linkId != null) {
|
|
|
|
|
|
+ if (this.link != null) {
|
|
dto.setRoadName(this.link.getRoadName());
|
|
dto.setRoadName(this.link.getRoadName());
|
|
String fromNodeName = this.link.getFromNode() != null ? this.link.getFromNode().getNodeName() : "";
|
|
String fromNodeName = this.link.getFromNode() != null ? this.link.getFromNode().getNodeName() : "";
|
|
String toNodeName = this.link.getToNode() != null ? this.link.getToNode().getNodeName() : "";
|
|
String toNodeName = this.link.getToNode() != null ? this.link.getToNode().getNodeName() : "";
|