src/main/java/com/zy/common/service/CommonService.java
@@ -150,7 +150,7 @@ .eq("loc_no", shallowLoc)); if (!Cools.isEmpty(locMast2)) { if (locMast2.getLocSts().equals("F") || locMast2.getLocSts().equals("D")){ tmp = locMast2; tmp = mast; } } }else { @@ -161,7 +161,7 @@ } } //预留空库位 if (tmp != null && locMastService.checkEmptyCount(mast, 10)) { if (tmp != null) { locMast = tmp; break; }