新增陪玩管理

This commit is contained in:
starrySky
2024-03-24 01:54:03 +08:00
parent 1fc4fec21f
commit a0e377c42f
20 changed files with 887 additions and 31 deletions

View File

@@ -317,7 +317,7 @@ public class JwtToken {
CustomSecurityContextHolder.set(SecurityConstants.LOGIN_USER, loginUser);
return loginUser;
} catch (Exception e) {
log.error("getNewLoginUser error", e);
}
}
return null;