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