src/main/java/com/zy/asrs/utils/Utils.java
@@ -37,6 +37,11 @@ } } public static Integer getGroupRow(String locNo){ int row = getRow(locNo); return getGroupRow(row); } public static Integer getGroupRow(Integer row) { switch (row) { case 1: @@ -70,14 +75,6 @@ throw new RuntimeException("库位解析异常"); } } public static Integer getGroupRow(String locNo){ int row = getRow(locNo); return getGroupRow(row); } public static SteABType selectAB(Integer row) { switch (row) {