自动化立体仓库 - WMS系统
#1
czkh
21 小时以前 93d09c258adfed3ccef1f332ec4297e898306858
src/main/java/com/zy/common/service/CommonService.java
@@ -664,6 +664,9 @@
//                if (!VersionUtils.locMoveCheckLocTypeComplete(locMast1, locTypeDto)) {
//                    continue;
//                }
                if (Utils.isDeepLoc(slaveProperties,locMast1.getLocNo())){
                    continue;
                }
                String shallowLoc = Utils.getDeepLoc(slaveProperties, locMast1.getLocNo());
                LocMast locMast2 = locMastService.selectOne(new EntityWrapper<LocMast>().eq("loc_no", shallowLoc));
                if (Cools.isEmpty(locMast2)){