自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-09-20 0fc40840534f1010147982db2c3df6908f19aa00
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("检索库位失败,请联系管理员");