From 9880fb9c0d0a1445d7288d8b0022065cccfff3c0 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 28 十一月 2022 10:06:19 +0800
Subject: [PATCH] Merge branch 'ynasrs' of http://47.97.1.152:5880/r/zy-asrs into ynasrs
---
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