#
luxiaotao1123
2025-12-29 9e7d103dcc2d95f72109ab5f02d3e942e9b7bbf9
zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/astart/AStarNavigateService.java
@@ -59,6 +59,9 @@
        List<String> scopeCodeList = new ArrayList<>();
        if (withinArea) {
            scopeCodeList = agvAreaDispatcher.getCodesByAgvId(agvId);
            if (!Cools.isEmpty(scopeCodeList) && !scopeCodeList.contains(start.getCodeData())) {
                withinArea = false;
            }
        }
        Integer maxAgvCountInLane = configService.getVal("maxAgvCountInLane", Integer.class);