zyx
2024-04-11 bf28baa00838879c15a22decf314b6e76eb6e89b
src/main/java/com/zy/asrs/controller/AgvController.java
@@ -28,7 +28,7 @@
        String slotCode = jsonObject.get("slotCode").toString();
        Map<String,String> map = new HashMap<>();
        if(currentStationInfoMap.get(slotCode)){
        if(!currentStationInfoMap.get(slotCode)){
            map.put("allow","true");
        }else {
            map.put("allow","false");