From 35ecf3be5dc07e1773e7b79341bf5142af2a57b8 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期六, 21 三月 2026 20:42:47 +0800
Subject: [PATCH] #

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

diff --git a/src/main/java/com/zy/asrs/utils/Utils.java b/src/main/java/com/zy/asrs/utils/Utils.java
index a091ce1..1fa569f 100644
--- a/src/main/java/com/zy/asrs/utils/Utils.java
+++ b/src/main/java/com/zy/asrs/utils/Utils.java
@@ -69,7 +69,7 @@
             String[] split = locNo.split(LOC_NO_FLAG);
             return Integer.parseInt(split[0]);
         }
-        throw new RuntimeException("搴撲綅瑙f瀽寮傚父");
+        throw new RuntimeException(locNo + "搴撲綅瑙f瀽寮傚父");
     }
 
     /**
@@ -80,7 +80,7 @@
             String[] split = locNo.split(LOC_NO_FLAG);
             return Integer.parseInt(split[1]);
         }
-        throw new RuntimeException("搴撲綅瑙f瀽寮傚父");
+        throw new RuntimeException(locNo + "搴撲綅瑙f瀽寮傚父");
     }
 
     /**
@@ -91,7 +91,7 @@
             String[] split = locNo.split(LOC_NO_FLAG);
             return Integer.parseInt(split[2]);
         }
-        throw new RuntimeException("搴撲綅瑙f瀽寮傚父");
+        throw new RuntimeException(locNo + "搴撲綅瑙f瀽寮傚父");
     }
 
     public static String getLocNo(Number row, Number bay, Number lev) {

--
Gitblit v1.9.1