From 88402900f46440620978113dbd198c12b305a098 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期四, 31 八月 2023 12:49:49 +0800
Subject: [PATCH] 修改bug

---
 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