#
luxiaotao1123
2024-11-09 90dc30255c86d6ce3f4c0a8e73a909d2827f6176
zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/LaneService.java
@@ -68,7 +68,7 @@
        this.mergeDeadEndLane();
        this.deadInteractionPoint();
        this.deleteInteractionPoint();
        this.filterLanesWithFewPoints();
@@ -262,7 +262,7 @@
        }
    }
    private void deadInteractionPoint() {
    private void deleteInteractionPoint() {
        for (Lane lane : this.lanes) {
            lane.removeInteraction(this.adjacencyCodeMap);
        }