From 88ed8d1da9f9d19d2b83a88bbf0d08f74540c38e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 03 十一月 2022 14:00:33 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/utils/Utils.java |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/zy/asrs/utils/Utils.java b/src/main/java/com/zy/asrs/utils/Utils.java
index 68cb066..d862716 100644
--- a/src/main/java/com/zy/asrs/utils/Utils.java
+++ b/src/main/java/com/zy/asrs/utils/Utils.java
@@ -196,7 +196,8 @@
             } else if (CommonService.SECOND_GROUP_ROW_LIST.contains(row)) {
                 return 18;
             } else {
-                throw new RuntimeException("搴撲綅瑙f瀽寮傚父");
+                return -1;
+//                throw new RuntimeException("搴撲綅瑙f瀽寮傚父");
             }
         // 鍑哄簱
         } else {
@@ -205,7 +206,8 @@
             } else if (CommonService.SECOND_GROUP_ROW_LIST.contains(row)) {
                 return 30;
             } else {
-                throw new RuntimeException("搴撲綅瑙f瀽寮傚父");
+                return -1;
+//                throw new RuntimeException("搴撲綅瑙f瀽寮傚父");
             }
         }
     }
@@ -245,7 +247,7 @@
                 }
             }
         } else {
-            throw new RuntimeException("搴撲綅瑙f瀽寮傚父");
+//            throw new RuntimeException("搴撲綅瑙f瀽寮傚父");
         }
         return result;
     }
@@ -278,7 +280,7 @@
                 }
             }
         } else {
-            throw new RuntimeException("搴撲綅瑙f瀽寮傚父");
+//            throw new RuntimeException("搴撲綅瑙f瀽寮傚父");
         }
         if (!Cools.isEmpty(result)) {
             Collections.reverse(result);

--
Gitblit v1.9.1