From 19c9e29273e8e751847d9dcb06b346dede48d2c8 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期三, 30 八月 2023 15:45:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
sys/src/main/java/com/yuanchu/limslaboratory/aop/AuthRequestAspect.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sys/src/main/java/com/yuanchu/limslaboratory/aop/AuthRequestAspect.java b/sys/src/main/java/com/yuanchu/limslaboratory/aop/AuthRequestAspect.java
index 4c54f75..3a53c0d 100644
--- a/sys/src/main/java/com/yuanchu/limslaboratory/aop/AuthRequestAspect.java
+++ b/sys/src/main/java/com/yuanchu/limslaboratory/aop/AuthRequestAspect.java
@@ -100,7 +100,7 @@
//throw new AuthException("400","鏃犳潈闄�");
}
} else {
- throw new AuthException("401", "鐧婚檰杩囨湡");
+ throw new AuthException("401", "鐧婚檰杩囨湡!");
}
}
--
Gitblit v1.9.3