src/main/java/com/zy/asrs/service/impl/LocMastServiceImpl.java
@@ -54,7 +54,7 @@ @Override public Boolean isOutMost(String locNo, Boolean pakin) { return Integer.parseInt(locNo.substring(0, 2)) == Utils.getGroupRow(locNo, true); return Integer.parseInt(locNo.substring(0, 2)) == Utils.getOutermostRow(locNo, true); } @Override