Merge branch 'dev'

This commit is contained in:
wangliwen 2022-12-08 16:32:02 +08:00
commit 5d14228215
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class SecurityUser {
*/
public static UserDetail getUser() {
logger.error("————————————————————————————当前调用的方法为{}", getMyGrandpaStackTrace());
// logger.error("————————————————————————————当前调用的方法为{}", getMyGrandpaStackTrace());
Subject subject = getSubject();
if (subject == null) {