自动化立体仓库 - WMS系统
#
yxFwq
4 天以前 d60e84cbedb554555578f071de95c4a8049183db
src/main/java/com/zy/common/service/CommonService.java
@@ -351,7 +351,10 @@
                    continue;
                }
                if (Utils.BooleanWhsTypeStaIoType(whsType)){
                    String shallowLoc = Utils.getDeepLoc(slaveProperties, locMast1.getLocNo());
                    String shallowLoc = locMast1.getLocNo();
                    if (locMast1.getRow1()!=25){
                        shallowLoc = Utils.getDeepLoc(slaveProperties, locMast1.getLocNo());
                    }
                    LocMast locMast2 = locMastService.selectOne(new EntityWrapper<LocMast>()
                            .eq("loc_no", shallowLoc).eq("loc_sts", "O"));
                    if (!Cools.isEmpty(locMast2)) {