src/main/java/com/zy/common/service/CommonService.java
@@ -338,9 +338,9 @@ continue; } if (Utils.BooleanWhsTypeStaIoType(whsType)){ String shallowLoc = Utils.getDeepLoc(slaveProperties, locMast1.getLocNo()); // String shallowLoc = Utils.getDeepLoc(slaveProperties, locMast1.getLocNo()); LocMast locMast2 = locMastService.selectOne(new EntityWrapper<LocMast>() .eq("loc_no", shallowLoc).eq("loc_sts", "O")); .eq("loc_sts", "O")); if (!Cools.isEmpty(locMast2)) { locMast = locMast2; break;