zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/TrafficService.java
@@ -441,7 +441,7 @@ List<String> otherWaveList = MapDataUtils.hasOtherWave(waveNodeList, agvNo); if (!Cools.isEmpty(otherWaveList)) { for (String otherWave : otherWaveList) { if (1 < mapService.queryCodeListFromDynamicNode(lev, otherWave).size()) { if (mapService.isWalkingByVehicle(lev, otherWave)) { blockVehicleList.add(new BlockVehicleDto(otherWave, false)); } else { blockVehicleList.add(new BlockVehicleDto(otherWave, true));