自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-12 7c29700c71ddda0bf5f537fc633fcb784f4b1595
src/main/java/com/zy/common/service/CommonService.java
@@ -119,7 +119,7 @@
                throw new CoolException("入库路径不存在");
            }
            BasDevp staNo = basDevpService.selectById(staDesc.getCrnStn());
            int inQty = staNo.getInQty();
            int inQty = staNo.getInQty()==null?0:staNo.getInQty();
            if (staNo.getInEnable().equals("Y") && staNo.getAutoing().equals("Y") && inQty<2) {
                // 查找库位
                LocMast locMast = locMastService.queryFreeLocMast(curRow);