自动化立体仓库 - WMS系统
zhangc
2024-12-03 9e40c63ecc04d9d7b3dd98cd2f396c0ff2a79e13
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);