src/main/java/com/zy/asrs/utils/Utils.java
@@ -161,7 +161,7 @@ } public static Integer getGroupRow(String locNo){ public static Integer getGroupRow(String locNo, Boolean pakin){ int row = getRow(locNo); switch (row) { case 1: @@ -257,7 +257,6 @@ default: throw new RuntimeException("库位解析异常"); } } public static void main(String[] args) {