src/main/java/com/zy/common/service/CommonService.java
@@ -517,6 +517,7 @@ List<LocMast> locMasts = locMastService.selectList(new EntityWrapper<LocMast>() .eq("crn_no", crnNo).eq("loc_sts", "O").eq("whs_type",rowLastnoType.getType().longValue())); if (locMasts.size()<=5){ nearRow = 0; times++; continue; }