自动化立体仓库 - WMS系统
#
lty
4 天以前 4f2b7db1184798a55046f04e17d5540b4a7e19f4
src/main/java/com/zy/common/service/CommonService.java
@@ -427,7 +427,7 @@
                sourceCrnNo = sourceLoc.getCrnNo();
            }
        }
        int[] candidates = sourceCrnNo != null && sourceCrnNo < 3 ? new int[]{1, 2} : new int[]{1, 2, 3, 4};
        int[] candidates = sourceCrnNo != null && sourceCrnNo < 5 ? new int[]{1, 2} : new int[]{1, 2, 3, 4};
        Integer chosenCrnNo = null;
        Integer chosenCount = null;
        for (int candidate : candidates) {