自动化立体仓库 - WMS系统
#
Administrator
4 天以前 1ee1574b1fce92407e45438b0141121d266efd3d
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) {