src/main/java/com/zy/common/utils/NavigateMapData.java
@@ -371,11 +371,11 @@ if (mapType == NavigationMapType.DFX.id) { //车辆有货 if (staProtocol.getHasTray()) { if (staProtocol.getHasTray() != null && staProtocol.getHasTray()) { mapNode.setValue(MapNodeType.DISABLE.id); } }else { if (staProtocol.getHasCar()) { if (staProtocol.getHasCar() != null && staProtocol.getHasCar()) { mapNode.setValue(MapNodeType.CAR.id); } }