Junjie
2024-02-23 3b64c807f60e5d6b71deca3f79c9be4be19abfaa
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");