Junjie
2024-11-28 c3a428f2ef9dec82c49e1c9d4f425d3950d79804
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");