From 672487e96667c7eef98b8208d64ab9bfcd48a1c1 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期一, 28 十一月 2022 13:04:58 +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