自动化立体仓库 - WMS系统
whycq
2024-12-26 cb7fe9b2619ea3848489fce5004c87bbd9f71e63
src/main/java/com/zy/common/service/CommonService.java
@@ -161,7 +161,7 @@
                }
            }
            //预留空库位
            if (tmp != null) {
            if (tmp != null && locMastService.checkEmptyCount(mast, 10)) {
                locMast = tmp;
                break;
            }