#
luxiaotao1123
2024-11-20 c514b7d8ad8a3f89b81c949e265446b4f09a4bb5
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);
        }