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) {