src/main/java/com/zy/common/service/CommonService.java
@@ -147,15 +147,17 @@ if (groupLoc) { String shallowLoc = Utils.getDeepLoc(slaveProperties, mast.getLocNo()); LocMast locMast2 = locMastService.selectOne(new EntityWrapper<LocMast>() .eq("loc_no", shallowLoc).eq("loc_sts", "O")); .eq("loc_no", shallowLoc)); if (!Cools.isEmpty(locMast2)) { tmp = locMast2; break; if (locMast2.getLocSts().equals("F") || locMast2.getLocSts().equals("D")){ tmp = mast; } } }else { if (!Cools.isEmpty(mast)) { tmp = mast; break; if (mast.getLocSts().equals("O")){ tmp = mast; } } } //预留空库位