自动化立体仓库 - WMS系统
luxiaotao1123
2020-08-28 95374c1a4b9901f8bfdc9b55ebbbd8aa2c859fb3
src/main/java/com/zy/common/service/CommonService.java
@@ -162,7 +162,7 @@
            }
            BasDevp staNo = basDevpService.selectById(staDesc.getCrnStn());
            int inQty = staNo.getInQty()==null?0:staNo.getInQty();
            if (staNo.getInEnable().equals("Y") && staNo.getAutoing().equals("Y") && inQty<2) {
            if (staNo.getAutoing().equals("Y") && inQty<2) {
                // 查找库位
                if (locMast == null) {
                    locMast = locMastService.queryFreeLocMast(curRow);