Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-07-18 14:29:52 +08:00
commit c2b0982710
5 changed files with 1 additions and 1 deletions

View File

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