自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-09-14 0df5a984bb0cc33f1f65c4d4a536559831dbc602
#
1个文件已修改
3 ■■■■■ 已修改文件
src/main/java/com/zy/common/service/CommonService.java 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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("检索库位失败,请联系管理员");