自动化立体仓库 - WMS系统
1
zhang
3 天以前 fcd35daf35247eb3c0b087f2042de1fd9013b5b6
1
1个文件已修改
7 ■■■■ 已修改文件
src/main/java/com/zy/asrs/utils/Utils.java 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/utils/Utils.java
@@ -136,8 +136,11 @@
     */
    public static String getDeepLoc2(SlaveProperties slaveProperties, String shallowLoc) {
        int row = getRow(shallowLoc);
        boolean deepLocLeft = isDeepLoc(slaveProperties, row);//判断是否为深库位
        if (!deepLocLeft) {
        boolean deepLoc = isDeepLoc(slaveProperties, row);//判断是否为深库位
        if (deepLoc) {
            return null;
        }
        if (row == 1 || row == 6) {
            return null;
        }
        //4,7,11,15,19,23