From 02bc3bfe47e3d5311a0bb041c94e70a34b1ca73c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 09 四月 2024 09:03:01 +0800
Subject: [PATCH] git ch

---
 server/service/src/main/java/com/doumee/config/shiro/ShiroToken.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/service/src/main/java/com/doumee/config/shiro/ShiroToken.java b/server/service/src/main/java/com/doumee/config/shiro/ShiroToken.java
index c58c505..121e1fc 100644
--- a/server/service/src/main/java/com/doumee/config/shiro/ShiroToken.java
+++ b/server/service/src/main/java/com/doumee/config/shiro/ShiroToken.java
@@ -18,7 +18,7 @@
 
     public ShiroToken() {
     }
-    public ShiroToken( String username, String password, boolean needPassword,int userType) {
+    public  ShiroToken( String username, String password, boolean needPassword,int userType) {
         super(username,  password, false, (String)null);
         this.needPassword = needPassword;
         this.userType = userType;

--
Gitblit v1.9.3