自动化立体仓库 - WMS系统
*
L
2025-09-25 4fb8c8dc5b06771201c26ba9225818e908191994
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)) {