From b2bc3eb81485bc7ddb8366477b3483d4f160adaa Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期五, 29 三月 2024 09:17:20 +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