From ccbcfdb4241951a36c1d2fe1e0bca6e8b8deb719 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 19 九月 2022 12:48:47 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/utils/Utils.java |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/src/main/java/com/zy/asrs/utils/Utils.java b/src/main/java/com/zy/asrs/utils/Utils.java
index f67c4fc..2fd4f42 100644
--- a/src/main/java/com/zy/asrs/utils/Utils.java
+++ b/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("搴撲綅瑙f瀽寮傚父");
         }
     }
-
-
-    public static Integer getGroupRow(String locNo){
-        int row = getRow(locNo);
-        return getGroupRow(row);
-    }
-
-
 
     public static SteABType selectAB(Integer row) {
         switch (row) {

--
Gitblit v1.9.1