自动化立体仓库 - WMS系统
#
lsh
2024-12-17 900b7c3e7c0d887574a2fc62973749d6b479f95b
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;
            }