自动化立体仓库 - WMS系统
ZY
2025-02-07 9ae7c6a2d11b1fcf9fef01b310a543414c7b427e
src/main/java/com/zy/asrs/controller/AgvIoWorkController.java
@@ -121,7 +121,7 @@
            return null;
        }
        int floor =  Integer.parseInt(sourceLocNo.split("@")[1]);
        int floor =  Integer.parseInt(sourceLocNo.split("F")[1]);
        List<String> locNoList = agvLocMastService.queryGroupEmptyStock(floor);