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