#
Junjie
2024-06-15 1711ddb1cebb02ebf21622a08614677256cf760b
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");