自动化立体仓库 - WMS系统
#
mrzhssss
2022-09-18 0ea5c25c84ec189aad8fdd3f412b1e6399a30612
src/main/java/com/zy/common/service/CommonService.java
@@ -190,6 +190,9 @@
        if (null == locMast) {
            Shelves shelves = new Shelves(rowCount, crn_qty);
            for (int i = 0; i < shelves.group; i ++) {
                if (i > 0) {
                    curRow = currentRow;
                }
                curRow = shelves.start(curRow);
                if (curRow < 0) {
                    throw new CoolException("检索库位失败,请联系管理员");