自动化立体仓库 - WMS系统
dubin
4 天以前 6c8588d5f7f0de7e9489426c350472bf911a4933
src/main/java/com/zy/asrs/controller/OutController.java
@@ -80,10 +80,14 @@
                }
                //获取通道组
                List<Integer> locRowGroupAsc = Utils.getLocRowGroupAsc(slaveProperties, Utils.getRow(locNo));
                List<Integer> locRowGroupAsc = Utils.getLocGroupAsc(slaveProperties, locNo);
                for (Integer row : locRowGroupAsc) {
                    String shallow = Utils.getLocNo(row, Utils.getBay(locNo), Utils.getLev(locNo));
                    LocMast shallowLoc = locMastService.selectById(shallow);
                    if (shallowLoc == null) {
                        continue;
                    }
                    if (shallowLoc.getLocSts().equals("F")) {
                        LocDetl locDetl1 = locDetlService.selectOne(new EntityWrapper<LocDetl>().eq("loc_no", shallowLoc.getLocNo()));
                        if (locDetl1 == null) {